Skip to content

Commit 5ed5a5b

Browse files
committed
test: remove unused variable
1 parent 571acfa commit 5ed5a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/read.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ describe('read', () => {
9090
const promise = read({file});
9191

9292
promise
93-
.then((content) => {
93+
.then(() => {
9494
done.fail('Promise should be rejected');
9595
})
9696
.catch((err) => {

0 commit comments

Comments
 (0)