Skip to content

Commit

Permalink
unsolo test
Browse files Browse the repository at this point in the history
  • Loading branch information
chm-diederichs committed Jun 14, 2024
1 parent a28ea12 commit 5c5eec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -1465,7 +1465,7 @@ test('basic - add new indexer after removing', async t => {
t.is(c.system.core.getBackingCore().session.manifest.signers.length, 2)
})

test.solo('basic - readd removed indexer', async t => {
test('basic - readd removed indexer', async t => {
const { bases } = await create(2, t, { apply: applyWithRemove })
const [a, b] = bases

Expand Down

0 comments on commit 5c5eec9

Please sign in to comment.