Skip to content

Commit

Permalink
Fixed test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Aregnaz Harutyunyan committed Dec 24, 2024
1 parent 912f844 commit 3e787dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions aptos-move/e2e-testsuite/src/tests/automated_transactions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ fn check_automated_transaction_successful_execution() {
);

// For now no active transaction available, so this task execution will fail on prologue.
let sequence_number = 1;
let sequence_number = 0;
let raw_transaction = test_context
.sender_account_data()
.account()
Expand Down Expand Up @@ -149,7 +149,6 @@ fn check_automated_transaction_successful_execution() {
&TransactionStatus::Keep(ExecutionStatus::Success),
"{output:?}"
);
println!("{output:?}");
let dest_account_balance = test_context.account_balance(dest_account.address().clone());
assert_eq!(dest_account_balance, 100);
// check that sequence number is not updated.
Expand Down

0 comments on commit 3e787dc

Please sign in to comment.