Skip to content

Commit

Permalink
revert unintended change
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaztec committed Dec 16, 2024
1 parent 095903b commit da60354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/forge/tests/it/zk/contracts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async fn test_zk_contract_can_call_function() {
async fn test_zk_contract_persisted_contracts_after_fork() {
let runner = TEST_DATA_DEFAULT.runner_zksync();
let filter =
Filter::new("testZkContractsPersistedDeployedContractNoArgs", "ZkContractsTest", ".*");
Filter::new("testZkContractsPersistedDeployedContractNoArgs|testZkContractsPersistedDeployedContractArgs", "ZkContractsTest", ".*");

TestConfig::with_filter(runner, filter).evm_spec(SpecId::SHANGHAI).run().await;
}
Expand Down

0 comments on commit da60354

Please sign in to comment.