Skip to content

Commit 4605738

Browse files
committed
Remove .only
1 parent 1e454ef commit 4605738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/exclude-members.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ test("If you're not the excluder nor the excludee then you should still be in th
418418
await p(carol.close)(true)
419419
})
420420

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

0 commit comments

Comments
 (0)