Skip to content

Commit

Permalink
Appease Clippy some more
Browse files Browse the repository at this point in the history
  • Loading branch information
oggy-dfin committed Aug 6, 2024
1 parent af725b2 commit 642b870
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions rs/tests/message_routing/queues_compatibility_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -264,14 +264,11 @@ fn test(env: TestEnv) {
"canister_state::queues::tests::mainnet_compatibility_tests::basic_test",
)
})
.chain(
[TestCase::new(
TestType::SelfTestOnly,
"ic/rs/replicated_state/replicated_state_test_binary/replicated_state_test_binary",
"canister_state::queues::tests::mainnet_compatibility_tests::input_order_test",
)]
.into_iter(),
);
.chain([TestCase::new(
TestType::SelfTestOnly,
"ic/rs/replicated_state/replicated_state_test_binary/replicated_state_test_binary",
"canister_state::queues::tests::mainnet_compatibility_tests::input_order_test",
)]);

for t in tests {
t.run(&logger);
Expand Down

0 comments on commit 642b870

Please sign in to comment.