summaryrefslogtreecommitdiffstats
path: root/commands/server_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/server_test.go')
-rw-r--r--commands/server_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/commands/server_test.go b/commands/server_test.go
index 04e874f94..cc2a6d92c 100644
--- a/commands/server_test.go
+++ b/commands/server_test.go
@@ -73,7 +73,6 @@ func TestServer(t *testing.T) {
// Stop the server.
stop <- true
-
}
func TestFixURL(t *testing.T) {
@@ -127,7 +126,6 @@ ERROR 2018/10/07 13:11:12 Rebuild failed: logged 1 error(s)
withoutError := removeErrorPrefixFromLog(content)
c.Assert(strings.Contains(withoutError, "ERROR"), qt.Equals, false)
-
}
func isWindowsCI() bool {