mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
test: update so getZapSplits function returns undefined
This commit is contained in:
parent
beee0e76e7
commit
09eb444c9b
1 changed files with 1 additions and 1 deletions
|
|
@ -32,5 +32,5 @@ Deno.test('Get zap splits in DittoZapSplits format', async () => {
|
||||||
'47259076c85f9240e852420d7213c95e95102f1de929fb60f33a2c32570c98c4': ['2', 'Patrick developer'],
|
'47259076c85f9240e852420d7213c95e95102f1de929fb60f33a2c32570c98c4': ['2', 'Patrick developer'],
|
||||||
});
|
});
|
||||||
|
|
||||||
assertEquals(await getZapSplits(store, 'garbage'), {});
|
assertEquals(await getZapSplits(store, 'garbage'), undefined);
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue