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

remove ignore from revert storage test #1615

Merged
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
- feat: actual estimate_fee added, brought back l1 messages and refactored
simulate tx
- dev: impl get_state_updates using get_transaction_re_execution_state_diff
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
Loading