Skip to content

Commit

Permalink
Test with more network types
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszrzasik committed Nov 29, 2024
1 parent d5392ed commit 7c279a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/testing/tests/tests_1/test_success.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use std::{sync::Arc, time::Duration};

use hotshot_example_types::{
node_types::{
EpochsTestVersions, Libp2pImpl, MemoryImpl, PushCdnImpl, TestConsecutiveLeaderTypes,
CombinedImpl, EpochsTestVersions, Libp2pImpl, MemoryImpl, PushCdnImpl, TestConsecutiveLeaderTypes,
TestTwoStakeTablesTypes, TestTypes, TestTypesRandomizedLeader, TestVersions,
},
testable_delay::{DelayConfig, DelayOptions, DelaySettings, SupportedTraitTypesForAsyncDelay},
Expand Down Expand Up @@ -137,7 +137,7 @@ cross_tests!(

cross_tests!(
TestName: test_epoch_end,
Impls: [PushCdnImpl],
Impls: [CombinedImpl, Libp2pImpl, PushCdnImpl],
Types: [TestTwoStakeTablesTypes],
Versions: [EpochsTestVersions],
Ignore: false,
Expand Down

0 comments on commit 7c279a6

Please sign in to comment.