Commit 8f9f6caa authored by Marcelo Magallon's avatar Marcelo Magallon

Update config_test.go

parent 7e41f6ed
......@@ -18,7 +18,7 @@ func TestNewDefault(t *testing.T) {
t.Errorf("Host was %s but expected %s", actual, expected)
}
if actual, expected := config.Port, DefaultPort; actual != expected {
t.Errorf("Port was %d but expected %d", actual, expected)
t.Errorf("Port was %s but expected %s", actual, expected)
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment