Skip to content

Commit

Permalink
Fix debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Serock3 committed Jan 21, 2025
1 parent c9fa752 commit 380a323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-manager/src/tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ pub async fn set_test_location(

set_location(mullvad_client, LocationConstraint::CustomList { list_id })
.await
.with_context(|| format!("Failed to set location to custom list with ID '{list_id}'"))?;
.with_context(|| format!("Failed to set location to custom list with ID '{list_id:?}'"))?;
Ok(())
}

Expand Down

0 comments on commit 380a323

Please sign in to comment.