Skip to content

Commit

Permalink
test: adapt to #3382
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiTimesChi committed Nov 21, 2024
1 parent c5473bb commit 194e3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts-rfq/test/integration/TokenZapV1.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ abstract contract TokenZapV1IntegrationTest is Test {

function setUp() public virtual {
fastBridge = new FastBridgeV2(address(this));
fastBridge.grantRole(fastBridge.RELAYER_ROLE(), relayer);
fastBridge.grantRole(fastBridge.PROVER_ROLE(), relayer);

srcToken = new MockERC20("SRC", 18);
dstToken = new MockERC20("DST", 18);
Expand Down

0 comments on commit 194e3c0

Please sign in to comment.