Skip to content

Commit

Permalink
Fix web test.
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoquick committed Dec 21, 2023
1 parent 1e3c00c commit b4880a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/web_wallet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ async fn import_test_wallet() {
let tx_data: TransactionData = json_parse(&tx_details);

assert!(
tx_data.confirmation_time.is_none(),
tx_data.details.confirmation_time.is_none(),
"latest transaction hasn't been confirmed yet"
);
}

0 comments on commit b4880a8

Please sign in to comment.