Skip to content

Commit

Permalink
update error message for test
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Mar 16, 2019
1 parent 81bc6a6 commit 309cba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/path/_is_sub_dir_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ test(function _isSubdir() {
assertEquals(
isSubdir(src, dest, sep),
expected,
`'${src}' should be parent dir of '${dest}'`
`'${src}' should ${expected ? "" : "not"} be parent dir of '${dest}'`
);
});
});

0 comments on commit 309cba5

Please sign in to comment.