Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
onyb committed Oct 11, 2024
1 parent cd5aa53 commit e703dc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/brave_wallet/browser/eth_data_parser_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3285,7 +3285,8 @@ TEST(EthDataParser,
EXPECT_EQ(swap_info->to_chain_id, "");
EXPECT_EQ(swap_info->to_asset,
"0x6b175474e89094c44da98b954eedeac495271d0f"); // DAI
EXPECT_EQ(swap_info->to_amount, "0x53259bfcdc6572"); // 0.02340377495944536 DAI
EXPECT_EQ(swap_info->to_amount,
"0x53259bfcdc6572"); // 0.02340377495944536 DAI

EXPECT_EQ(swap_info->receiver, "0xa92d461a9a988a7f11ec285d39783a637fdd6ba4");
EXPECT_EQ(swap_info->provider, "squid");
Expand Down

0 comments on commit e703dc8

Please sign in to comment.