Skip to content

Commit

Permalink
Fix standard complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
Powersource committed Sep 1, 2023
1 parent 6dab626 commit 94627ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/replicate.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ test('replicate group members', async t => {
t.pass()
t.pass()
return alice.close(true, () => bob.close(true))
/* eslint-disable no-unreachable */

const requested = []
alice.close((err) => {
Expand Down

0 comments on commit 94627ea

Please sign in to comment.