Skip to content

Commit 7a9c064

Browse files
committed
Missed a spot
1 parent d180994 commit 7a9c064

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/acceptance/lookup-files.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ describe('lookupFiles', function() {
2020
.length(2);
2121
expect(existsSync('/tmp/mocha-utils-link.js'))
2222
.to
23-
.be
24-
.true();
23+
.be(true);
2524
fs.renameSync('/tmp/mocha-utils.js', '/tmp/bob');
2625
expect(existsSync('/tmp/mocha-utils-link.js'))
2726
.to

0 commit comments

Comments
 (0)