Skip to content

Commit 1b9e6d8

Browse files
author
Sébastien HOUZÉ
committed
fix(test): typo expete/expected
1 parent 1e7fa73 commit 1b9e6d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/zip_archiver_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func TestZipArchiver_FileModified(t *testing.T) {
6363

6464
actualContents, err := ioutil.ReadFile(zipFilePath)
6565
if err != nil {
66-
t.Fatalf("unexpecte error: %s", err)
66+
t.Fatalf("unexpected error: %s", err)
6767
}
6868

6969
if !bytes.Equal(expectedContents, actualContents) {

0 commit comments

Comments
 (0)