Skip to content

Commit

Permalink
rpc resp rm data
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed Nov 25, 2024
1 parent 05aeefd commit 39d423b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ afterAll(async () => {

it('test whitelisted getblockcount rpc call', async () => {
const res = await controller.post({ method: 'getblockcount', params: [] })
expect(res.data).toStrictEqual(101)
expect(res).toStrictEqual(101)
})

it('test **NOT** whitelisted listpoolpairs rpc call', async () => {
Expand Down

0 comments on commit 39d423b

Please sign in to comment.