Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
waynehoover committed Nov 3, 2023
1 parent 4b3f6f2 commit b4e8585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/QuestFactory.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ contract TestQuestFactory is Test, Errors, Events, TestUtils {
'", "value": "', (MINT_FEE / 3 * 2).toString(),
'"}, {"name": "mintPayout", "address": "', questCreator.toHexString(),
'", "value": "', (MINT_FEE / 3).toString(),
'"}, {"name": "refferrerPayout", "address": "', address(0).toHexString(),
'"}, {"name": "referrerPayout", "address": "', address(0).toHexString(),
'", "value": "', uint256(0).toString(), '"}]}'
));

Expand Down

0 comments on commit b4e8585

Please sign in to comment.