Skip to content

Commit 31f2321

Browse files
claudeiduartgomez
authored andcommitted
chore: update Cargo.lock and fix formatting for CI
- Update Cargo.lock to include test-log dependency changes - Fix formatting (remove extra blank line in test function) - Resolves CI build failure with --locked flag This addresses the CI error: "the lock file needs to be updated but --locked was passed"
1 parent 8b999c2 commit 31f2321

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/freenet-ping/app/tests/test_small_network_get_issue.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ use common::{base_node_test_config, gw_config_from_path, APP_TAG, PACKAGE_DIR, P
1919

2020
#[test_log::test(tokio::test(flavor = "multi_thread"))]
2121
async fn test_small_network_get_failure() -> TestResult {
22-
2322
const NUM_GATEWAYS: usize = 1;
2423
const NUM_NODES: usize = 3;
2524

0 commit comments

Comments
 (0)