diff --git a/test/OBSSStorage.ts b/test/OBSSStorage.ts index ebe8f4c..1ecc719 100644 --- a/test/OBSSStorage.ts +++ b/test/OBSSStorage.ts @@ -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)) }) }) })