From bec0e6a8e3986026a28ffb76b9be05545e866676 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Lipt=C3=A1k?= Date: Thu, 7 May 2020 16:24:07 -0400 Subject: [PATCH] Correct typo --- pkg/snapshot/snapshot_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))