Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpop-dfinity committed Jan 15, 2025
1 parent bd19209 commit b7ab5eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions rs/tests/consensus/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ system_test(
deps = [
# Keep sorted.
"//rs/registry/subnet_type",
"//rs/tests/consensus/utils",
"//rs/tests/driver:ic-system-test-driver",
"//rs/types/base_types",
"//rs/universal_canister/lib",
Expand All @@ -163,6 +164,7 @@ system_test(
deps = [
# Keep sorted.
"//rs/registry/subnet_type",
"//rs/tests/consensus/utils",
"//rs/tests/driver:ic-system-test-driver",
"//rs/types/base_types",
"//rs/universal_canister/lib",
Expand Down
2 changes: 1 addition & 1 deletion rs/tests/consensus/utils/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ pub async fn assert_no_consensus_error_counters_increased(env: &TestEnv) {
info!(env.logger(), "No error counter increased!");
}

pub async fn assert_no_consensus_error_counters_increased_blocking(env: &TestEnv) {
pub fn assert_no_consensus_error_counters_increased_blocking(env: &TestEnv) {
block_on(assert_no_consensus_error_counters_increased(env))
}

0 comments on commit b7ab5eb

Please sign in to comment.