diff options
Diffstat (limited to 'xmpp/router_test.go')
-rw-r--r-- | xmpp/router_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmpp/router_test.go b/xmpp/router_test.go index 41484c5..b490778 100644 --- a/xmpp/router_test.go +++ b/xmpp/router_test.go @@ -2,8 +2,8 @@ package xmpp import ( "encoding/xml" - "testing" "strings" + "testing" ) // routerTest contains a single test case for the xmpp.router. The XML element @@ -11,8 +11,8 @@ import ( // test variable inside the corresponding unit test. See TestRouter for // details. type routerTest struct { - xml string - value int + xml string + value int } // TestRouter tests the xmpp/router.go file. The central functionality is the |