Skip to content

Commit

Permalink
Update test/clock.js
Browse files Browse the repository at this point in the history
Co-authored-by: André Staltz <[email protected]>
  • Loading branch information
arj03 and staltz authored Sep 6, 2021
1 parent ee18d20 commit d9d37f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/clock.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ tape('alice blocks bob, then unblocks', async (t) => {
const clockAliceAfter2 = await pify(alice.ebt.clock)()
t.equal(clockAliceAfter2[alice.id], 2, 'clock ok')

const clockBobAfter2 = await pify(alice.ebt.clock)()
const clockBobAfter2 = await pify(bob.ebt.clock)()
t.equal(clockBobAfter2[alice.id], 2, 'clock ok')

await Promise.all([
Expand Down

0 comments on commit d9d37f8

Please sign in to comment.