Skip to content

Commit

Permalink
Fix 'ADP-2666 - Tx history is available' E2E test
Browse files Browse the repository at this point in the history
  • Loading branch information
paolino committed Jan 9, 2024
1 parent d35d459 commit 11ba783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/spec/e2e_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@
tx_details = SHELLEY.transactions.get(wallet_id, txid2)
tx_inputs(tx_details, present: true)
tx_outputs(tx_details, present: true)
tx_status(tx_details, 'in_ledger')
tx_direction(tx_details, 'incoming')
tx_script_validity(tx_details, 'valid')
tx_status(tx_details, 'in_ledger')
tx_collateral(tx_details, present: true)
tx_collateral_outputs(tx_details, present: true)
tx_metadata(tx_details, nil)
Expand Down

0 comments on commit 11ba783

Please sign in to comment.