Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
test: re-activate revert storage test (#1615)
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvsadana authored May 31, 2024
1 parent 9ad9e5e commit c81c5c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Next release

- chore: remove `ignore` from
`storage_changes_should_revert_on_transaction_revert` test
- dev: Implement tests for new rpc method starknet_getTransactionStatus
- feat: actual estimate_fee added, brought back l1 messages and refactored
simulate tx
Expand Down
1 change: 0 additions & 1 deletion crates/pallets/starknet/src/tests/invoke_tx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,6 @@ fn test_verify_nonce_in_unsigned_tx() {
}

#[test]
#[ignore]
fn storage_changes_should_revert_on_transaction_revert() {
new_test_ext::<MockRuntime>().execute_with(|| {
basic_test_setup(2);
Expand Down

0 comments on commit c81c5c5

Please sign in to comment.