Skip to content

Commit

Permalink
Change test name ..
Browse files Browse the repository at this point in the history
..to more descriptive one
  • Loading branch information
jbesraa committed Feb 10, 2025
1 parent 21c3ad6 commit 8b0da8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/tests-integration/tests/translator_integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use roles_logic_sv2::parsers::{CommonMessages, Mining, PoolMessages};
// the pool exchange the correct messages upon connection. And that the miner is able to submit
// shares.
#[tokio::test]
async fn translation_proxy() {
async fn translate_sv1_to_sv2_successfully() {
start_tracing();
let (_tp, tp_addr) = start_template_provider(None).await;
let (_pool, pool_addr) = start_pool(Some(tp_addr)).await;
Expand Down

0 comments on commit 8b0da8e

Please sign in to comment.