Skip to content

Commit

Permalink
Remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
Powersource committed Apr 18, 2023
1 parent 1e454ef commit 4605738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/exclude-members.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ test("If you're not the excluder nor the excludee then you should still be in th
await p(carol.close)(true)
})

test.only('Get added to an old epoch but still find newer epochs', async (t) => {
test('Get added to an old epoch but still find newer epochs', async (t) => {
const alice = Testbot({
keys: ssbKeys.generate(null, 'alice'),
mfSeed: Buffer.from(
Expand Down

0 comments on commit 4605738

Please sign in to comment.