Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
chore: remove .only
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Alan Shaw <[email protected]>
  • Loading branch information
Alan Shaw committed Sep 18, 2018
1 parent 6666f85 commit 45c37eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/swarm.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ describe('swarm', () => {
})

describe('peers', () => {
it.only('should not error when passed null options', (done) => {
it('should not error when passed null options', (done) => {
ipfs.swarm.peers(null, (err) => {
expect(err).to.not.exist()
done()
Expand Down

0 comments on commit 45c37eb

Please sign in to comment.