Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gliptak authored May 7, 2020
1 parent 0522fe2 commit bec0e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/snapshot/snapshot_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit bec0e6a

Please sign in to comment.