Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sarmatdev committed Feb 28, 2023
1 parent 582d3c2 commit 73cfa77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/OBSSStorage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ describe('OBSSStorage contract tests', () => {
await this.contract.addFeedPost(0, MOCK_CID)
// Add reaction
await this.contract.addReaction(0, 1)
expect(await this.contract.removeReaction(0, 0))
expect(await this.contract.removeReaction(0, 1))
})
})
})

0 comments on commit 73cfa77

Please sign in to comment.