Skip to content

Commit bc11d27

Browse files
committed
stash changes
1 parent b7c8d3c commit bc11d27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/api-tester/tests/mkdir.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ module.exports = {
188188

189189
stat = await t.stat('1/2/3/4');
190190
expect(stat.name).equal('4');
191+
192+
expect(stat.name).equal('wrong');
191193
});
192194
});
193195
});

0 commit comments

Comments
 (0)