Skip to content

Commit

Permalink
improve diff
Browse files Browse the repository at this point in the history
  • Loading branch information
qmuntal committed Aug 23, 2024
1 parent 1808ee1 commit 254b346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graph_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ func TestStateMachine_ToGraph(t *testing.T) {
t.Fatal(err)
}
if !bytes.Equal([]byte(got), want) {
t.Fatalf("got: %s\nwant: %s", got, want)
t.Fatalf("got:\n%swant:\n%s", got, want)
}
}
})
Expand Down

0 comments on commit 254b346

Please sign in to comment.