Skip to content

Commit 842ac2a

Browse files
committed
Display diff as string
1 parent 0df3e92 commit 842ac2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

systest/tests/checkpoint_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ func TestCheckpoint(t *testing.T) {
100100
tctx.Log.Errorw("diff checkpoint data",
101101
"reference", cl.Client(0).Name,
102102
"client", cl.Client(i).Name,
103-
"diff", cmp.Diff(checkpoints[0], checkpoints[i]),
103+
"diff", cmp.Diff(string(checkpoints[0]), string(checkpoints[i])),
104104
)
105105
}
106106
}

0 commit comments

Comments
 (0)