Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 77b9637

Browse files
dignifiedquiredaviddias
authored andcommitted
fix: remove non used argument (#148)
1 parent bae9462 commit 77b9637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/files.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ module.exports = (common) => {
5151

5252
after((done) => common.teardown(done))
5353

54-
describe('callback API', (done) => {
54+
describe('callback API', () => {
5555
describe('.add', () => {
5656
it('stream', (done) => {
5757
const buffered = Buffer.from('some data')

0 commit comments

Comments
 (0)