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

Commit

Permalink
fix: remove non used argument (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire authored and daviddias committed Aug 17, 2017
1 parent bae9462 commit 77b9637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/files.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ module.exports = (common) => {

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

describe('callback API', (done) => {
describe('callback API', () => {
describe('.add', () => {
it('stream', (done) => {
const buffered = Buffer.from('some data')
Expand Down

0 comments on commit 77b9637

Please sign in to comment.