Skip to content

Commit 2e2c225

Browse files
committed
chore(e2e): force clippy to re-run
Signed-off-by: kaancaglan <[email protected]>
1 parent 24d3d2e commit 2e2c225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/union-test/tests/e2e.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ async fn test_send_vault_success_with_fee() {
510510

511511
let funds = vec![Coin {
512512
denom: "muno".into(),
513-
amount: "15".into(),
513+
amount: "15".into(), // So fee will be 5 and will be minted to relayer
514514
}];
515515

516516
let contract: Bech32<FixedBytes<32>> = Bech32::from_str(UNION_ZKGM_ADDRESS).unwrap();

0 commit comments

Comments
 (0)