Skip to content

Commit

Permalink
Merge pull request #1250 from gliptak/patch-2
Browse files Browse the repository at this point in the history
Correct typo
  • Loading branch information
tejal29 authored May 8, 2020
2 parents f5e2357 + bec0e6a commit cb11a99
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 cb11a99

Please sign in to comment.