Commit dd119e04 authored by Matthew Holt's avatar Matthew Holt

Fix go vet

parent f7cfe799
...@@ -17,6 +17,6 @@ func TestBuildEnv(t *testing.T) { ...@@ -17,6 +17,6 @@ func TestBuildEnv(t *testing.T) {
t.Fatal("Didn't expect an error:", err) t.Fatal("Didn't expect an error:", err)
} }
if len(env) == 0 { if len(env) == 0 {
t.Fatal("Expected non-empty environment; got %#v", env) t.Fatalf("Expected non-empty environment; got %#v", env)
} }
} }
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