Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchTurner committed Oct 25, 2024
1 parent 3266a17 commit daad75e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/services/gas_price_service/src/v0/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ fn empty_block_stream() -> BoxStream<SharedImportResult> {
}

#[tokio::test]
async fn initialize_algorithm__if_exists_already_reload_old_values_with_overrides() {
async fn uninitialized_task__new__if_exists_already_reload_old_values_with_overrides() {
// given
let original_metadata = arb_metadata();
let original = UpdaterMetadata::V0(original_metadata.clone());
Expand Down Expand Up @@ -335,7 +335,7 @@ async fn initialize_algorithm__if_exists_already_reload_old_values_with_override
}

#[tokio::test]
async fn initialize_algorithm__should_fail_if_cannot_fetch_metadata() {
async fn uninitialized_task__new__should_fail_if_cannot_fetch_metadata() {
// given
let config = arb_config();
let different_l2_block = 1231;
Expand Down

0 comments on commit daad75e

Please sign in to comment.