Browse Source

fix logic tests

Matthew R Kasun 2 years ago
parent
commit
74037f73c8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      logic/pro/networkuser_test.go

+ 1 - 1
logic/pro/networkuser_test.go

@@ -35,7 +35,7 @@ func TestNetworkUserLogic(t *testing.T) {
 	}
 
 	clients := []models.ExtClient{
-		models.ExtClient{
+		{
 			ClientID: "coolclient",
 		},
 	}