Browse Source

fix a broken test

pull/1546/head
Darien Raymond 6 years ago
parent
commit
729e448a35
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
  1. 2
      testing/scenarios/command_test.go

2
testing/scenarios/command_test.go

@ -262,7 +262,7 @@ func TestCommanderAddRemoveUser(t *testing.T) {
servers, err := InitializeServerConfigs(serverConfig, clientConfig)
common.Must(err)
CloseAllServers(servers)
defer CloseAllServers(servers)
if err := testTCPConn(clientPort, 1024, time.Second*5)(); err != nil {
t.Fatal(err)

Loading…
Cancel
Save