From 8e79e0b0f2fc7d76df9f2c43213752bbd550e9ae Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Sat, 28 Jul 2018 15:33:47 +0200 Subject: [PATCH] fix TestCommanderStats --- testing/scenarios/command_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/testing/scenarios/command_test.go b/testing/scenarios/command_test.go index e6fa38b1d..69d6b49cb 100644 --- a/testing/scenarios/command_test.go +++ b/testing/scenarios/command_test.go @@ -541,6 +541,4 @@ func TestCommanderStats(t *testing.T) { }) assert(err, IsNil) assert(sresp.Stat.Value, GreaterThan, int64(10240*1024)) - - CloseAllServers(servers) }