Skip to content

Commit

Permalink
fix(test): typo expete/expected
Browse files Browse the repository at this point in the history
  • Loading branch information
Sébastien HOUZÉ committed Jul 21, 2021
1 parent 1e7fa73 commit 1b9e6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/zip_archiver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func TestZipArchiver_FileModified(t *testing.T) {

actualContents, err := ioutil.ReadFile(zipFilePath)
if err != nil {
t.Fatalf("unexpecte error: %s", err)
t.Fatalf("unexpected error: %s", err)
}

if !bytes.Equal(expectedContents, actualContents) {
Expand Down

0 comments on commit 1b9e6d8

Please sign in to comment.