diff --git a/pkg/snapshot/snapshot_test.go b/pkg/snapshot/snapshot_test.go index a10db7e135..1b03bbd4f0 100644 --- a/pkg/snapshot/snapshot_test.go +++ b/pkg/snapshot/snapshot_test.go @@ -188,7 +188,7 @@ func TestSnapshotFSChangePermissions(t *testing.T) { } } if len(foundFiles) != len(snapshotFiles) { - t.Logf("expected\n%v\nto equal\n%v", foundFiles, snapshotFiles) + t.Logf("expected\n%v\not equal\n%v", foundFiles, snapshotFiles) t.Fatalf("Incorrect number of files were added, expected: %d, got: %d", len(snapshotFiles), len(foundFiles))