fix typo also in tests

This commit is contained in:
Andre Staltz 2024-01-23 18:29:03 +02:00
parent 224a84ff8b
commit cba25e494c
No known key found for this signature in database
GPG Key ID: 9EDE23EA7E8A4890
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ test('GC recently-blocked accounts', async (t) => {
'alice has alice and bob posts' 'alice has alice and bob posts'
) )
assert(await p(alice.set.add)('block', bobID), 'alice blocks bob') assert(await p(alice.set.add)('blocks', bobID), 'alice blocks bob')
await p(setTimeout)(1000) await p(setTimeout)(1000)
assert.deepEqual( assert.deepEqual(