summaryrefslogtreecommitdiffstats
path: root/gateway/gateway_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'gateway/gateway_test.go')
-rw-r--r--gateway/gateway_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/gateway/gateway_test.go b/gateway/gateway_test.go
index 25242177..bf9461c7 100644
--- a/gateway/gateway_test.go
+++ b/gateway/gateway_test.go
@@ -2,9 +2,10 @@ package gateway
import (
"fmt"
+ "strconv"
+
"github.com/42wim/matterbridge/bridge/config"
"github.com/stretchr/testify/assert"
- "strconv"
"testing"
)