Skip to content

Commit 0173323

Browse files
author
bweigel
committed
fix typo in tests
1 parent 7338a08 commit 0173323

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ test(
629629
const zipfiles_hello = listZipFilesWithMetaData('.serverless/hello1.zip');
630630

631631
t.true(
632-
zipfiles_hello['module1$/foobar'].unixPermissions
632+
zipfiles_hello['module1/foobar'].unixPermissions
633633
.toString(8)
634634
.slice(3, 6) === perm,
635635
'foobar has retained its executable file permissions'
@@ -654,7 +654,7 @@ test(
654654
const zipfiles_hello = listZipFilesWithMetaData('.serverless/hello1.zip');
655655

656656
t.true(
657-
zipfiles_hello['module1$/foobar'].unixPermissions
657+
zipfiles_hello['module1/foobar'].unixPermissions
658658
.toString(8)
659659
.slice(3, 6) === perm,
660660
'foobar has retained its executable file permissions'

0 commit comments

Comments
 (0)