Skip to content

Commit

Permalink
fix questData spec
Browse files Browse the repository at this point in the history
  • Loading branch information
waynehoover committed Aug 8, 2023
1 parent 6a521b1 commit be8fb3b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/QuestFactory.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,8 @@ describe('QuestFactory', () => {
ethers.BigNumber.from(0),
ethers.BigNumber.from(rewardAmount),
false,
'erc20',
0,
])
})

Expand Down Expand Up @@ -468,6 +470,8 @@ describe('QuestFactory', () => {
ethers.BigNumber.from(1),
ethers.BigNumber.from(NFTTokenId),
false,
'erc1155',
0,
])
})
})
Expand Down

0 comments on commit be8fb3b

Please sign in to comment.