Skip to content
Snippets Groups Projects
Unverified Commit cb95915f authored by Daniel Czerwonk's avatar Daniel Czerwonk Committed by GitHub
Browse files

Update path_attributes_test.go

parent 435fbe3b
No related branches found
No related tags found
No related merge requests found
...@@ -62,7 +62,7 @@ func TestDecodePathAttrs(t *testing.T) { ...@@ -62,7 +62,7 @@ func TestDecodePathAttrs(t *testing.T) {
continue continue
} }
assert.Equal(t, test.expected, res, "%s", test.name) assert.Equalf(t, test.expected, res, "%s", test.name)
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment