Skip to content

Commit

Permalink
test: update test to confirm ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Oct 26, 2023
1 parent 4d1407f commit d08eeee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/Contacts.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ describe('Contacts', () => {
it('should retrieve consent state', async () => {
await aliceClient.contacts.block([bob.address])
await aliceClient.contacts.allow([carol.address])
await aliceClient.contacts.allow([bob.address])
await aliceClient.contacts.block([carol.address])
await aliceClient.contacts.block([bob.address])
await aliceClient.contacts.allow([carol.address])

aliceClient = await Client.create(alice, {
env: 'local',
Expand Down

0 comments on commit d08eeee

Please sign in to comment.