Skip to content

Commit

Permalink
The last unit test fix
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 f4e98ed commit 20bee52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/bin/zksync_api/src/fee_ticker/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,7 @@ async fn test_error_coingecko_api() {
symbol: String::from("DAI"),
decimals: 18,
kind: TokenKind::ERC20,
is_nft: false,
};
let (address, handler) = run_server(token.address);
let client = reqwest::ClientBuilder::new()
Expand Down

0 comments on commit 20bee52

Please sign in to comment.