Skip to content

Commit f7506e3

Browse files
committed
correct test
1 parent 914d563 commit f7506e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validator_client/http_api/src/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,7 @@ async fn validator_derived_builder_boost_factor_with_process_defaults() {
11641164
})
11651165
.await
11661166
.assert_default_builder_boost_factor(Some(80))
1167-
.assert_validator_derived_builder_boost_factor(0, None)
1167+
.assert_validator_derived_builder_boost_factor(0, Some(80))
11681168
.await
11691169
.set_builder_proposals(0, false)
11701170
.await

0 commit comments

Comments
 (0)