Skip to content

Commit

Permalink
tests(app): rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
cratelyn committed Mar 18, 2024
1 parent 733b9a1 commit a6584c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/app/tests/mock_consensus_staking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use {
mod common;

#[tokio::test]
async fn mock_consensus_can_delegate_to_a_validator() -> anyhow::Result<()> {
async fn mock_consensus_can_define_and_delegate_to_a_validator() -> anyhow::Result<()> {
// Install a test logger, acquire some temporary storage, and start the test node.
let guard = common::set_tracing_subscriber();
let storage = TempStorage::new().await?;
Expand Down

0 comments on commit a6584c6

Please sign in to comment.