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 d9d37f8 commit 287ab25
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 @@ -51,7 +51,7 @@ tape('alice blocks bob, then unblocks', async (t) => {
t.equal(clockAliceAfter[alice.id], 1, 'clock ok')
t.equal(clockAliceAfter[bob.id], 1, 'clock ok')

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

Expand Down

0 comments on commit 287ab25

Please sign in to comment.