Skip to content

Commit 68f94d2

Browse files
committed
chore: disable port assert
1 parent abb7e5c commit 68f94d2

File tree

1 file changed

+2
-2
lines changed
  • packages/sdk-platforms/rust/zksync-sso-erc4337/crates/zksync-sso-erc4337-core/src/erc4337/utils

1 file changed

+2
-2
lines changed

packages/sdk-platforms/rust/zksync-sso-erc4337/crates/zksync-sso-erc4337-core/src/erc4337/utils/alto_test_utils.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ impl AltoTestHelper {
8484
use crate::erc4337::bundler::{
8585
config::BundlerConfig, pimlico::client::BundlerClient,
8686
};
87-
assert!(self.port != 4337);
87+
// assert!(self.port != 4337);
8888
let bundler_url = format!("http://127.0.0.1:{}", self.port);
89-
assert!(!bundler_url.contains(":4337"));
89+
// assert!(!bundler_url.contains(":4337"));
9090
let config = BundlerConfig::new(bundler_url);
9191
BundlerClient::new(config)
9292
}

0 commit comments

Comments
 (0)