Skip to content

Commit 4641ad6

Browse files
committed
fix: Remove useless comment
1 parent e340794 commit 4641ad6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/integration/monitor/execution.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,6 @@ fn test_load_from_path_with_mixed_services() {
856856
let network_temp_dir = TempDir::new().unwrap();
857857
let trigger_temp_dir = TempDir::new().unwrap();
858858

859-
// Just canonicalize the paths directly
860859
let network_path = create_test_network_file(&network_temp_dir, "ethereum_mainnet");
861860
let network_path = network_path.canonicalize().unwrap();
862861
let network_repo = NetworkRepository::new(Some(network_path.parent().unwrap())).unwrap();

0 commit comments

Comments
 (0)