Commit c546875c authored by Jakub Sztandera's avatar Jakub Sztandera

fix: multiple govet warnings

License: MIT
Signed-off-by: default avatarJakub Sztandera <kubuxu@protonmail.ch>
parent e830b010
......@@ -24,7 +24,7 @@ func TestPathParsing(t *testing.T) {
_, err := ParsePath(p)
valid := (err == nil)
if valid != expected {
t.Fatalf("expected %s to have valid == %s", p, expected)
t.Fatalf("expected %s to have valid == %t", p, 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