Skip to content

Commit e4e0cd1

Browse files
Merge pull request #14 from zo/patch-1
Fix duplicate test name
2 parents c99fae5 + 1a8afc7 commit e4e0cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-path-zero-length-strings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tape('path.join zero-length', function (t) {
2121
t.end();
2222
});
2323

24-
tape('path.join zero-length', function (t) {
24+
tape('path.normalize zero-length', function (t) {
2525
// normalize will return '.' if the input is a zero-length string
2626
t.strictEqual(path.posix.normalize(''), '.');
2727
if (path.win32) t.strictEqual(path.win32.normalize(''), '.');

0 commit comments

Comments
 (0)