Skip to content

Commit

Permalink
Fix mint nft test
Browse files Browse the repository at this point in the history
Signed-off-by: deniallugo <[email protected]>
  • Loading branch information
Deniallugo committed Aug 24, 2021
1 parent 20bee52 commit 0f376e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/zksync-rs/tests/unit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,8 @@ mod signatures_with_vectors {

let fee_token = Token::new(
mint_nft_tx.fee_token_id,
sign_data.string_fee_token.clone().parse().unwrap(),
Default::default(),
&sign_data.string_fee_token,
0,
TokenKind::ERC20,
);
Expand Down

0 comments on commit 0f376e4

Please sign in to comment.