Skip to content

Commit

Permalink
Moar debug
Browse files Browse the repository at this point in the history
  • Loading branch information
FollowTheProcess committed Nov 16, 2024
1 parent a47ff81 commit a481110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/diff/diff_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func Test(t *testing.T) {
t.Fatal(err)
}
if len(a.Files) != 3 || a.Files[2].Name != "diff" {
t.Fatalf("%s: want three files, third named \"diff\"", file)
t.Fatalf("%s: want three files, third named \"diff\", got: %v", file, a.Files)
}
diffs := diff.Diff(
a.Files[0].Name,
Expand Down

0 comments on commit a481110

Please sign in to comment.