Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
alin-at-dfinity committed Jan 21, 2025
1 parent 0d04d31 commit e0e0f10
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rs/tests/message_routing/xnet/xnet_malicious_slices.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,7 @@ pub async fn test_async(env: TestEnv, config: Config) {
// Start all canisters (via update `start` call).
info!(logger, "Calling start() on all canisters...");
start_all_canisters(
&canisters,
1024, // send messages with 1024 byte payloads
&canisters, 1024, // send messages with 1024 byte payloads
0, // guaranteed response calls
1024, // same response size
10, // each canister sends 10 RPS
Expand Down

0 comments on commit e0e0f10

Please sign in to comment.