We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e340794 commit 4641ad6Copy full SHA for 4641ad6
tests/integration/monitor/execution.rs
@@ -856,7 +856,6 @@ fn test_load_from_path_with_mixed_services() {
856
let network_temp_dir = TempDir::new().unwrap();
857
let trigger_temp_dir = TempDir::new().unwrap();
858
859
- // Just canonicalize the paths directly
860
let network_path = create_test_network_file(&network_temp_dir, "ethereum_mainnet");
861
let network_path = network_path.canonicalize().unwrap();
862
let network_repo = NetworkRepository::new(Some(network_path.parent().unwrap())).unwrap();
0 commit comments