Skip to content

Commit

Permalink
rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaiahReid committed Mar 14, 2024
1 parent 4bb16df commit f042e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/chainhook-cli/src/service/tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ fn it_generates_open_api_spec() {

#[tokio::test]
#[cfg_attr(not(feature = "redis_tests"), ignore)]
async fn it_saves_unconfirmed_blocks() -> Result<(), String> {
async fn it_seeds_block_pool_on_startup() -> Result<(), String> {
let starting_chain_tip = 3;
let TestSetupResult {
mut redis_process,
Expand Down

0 comments on commit f042e6c

Please sign in to comment.