Correct typo

This commit is contained in:
Gábor Lipták 2020-05-07 16:24:07 -04:00 committed by GitHub
parent 0522fe2485
commit bec0e6a8e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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))