We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b3cf60 commit 3de9523Copy full SHA for 3de9523
test/test-manager/src/tests/account.rs
@@ -240,7 +240,7 @@ pub async fn test_automatic_wireguard_rotation(
240
// Check if the key rotation has already occurred when connected to the daemon, otherwise
241
// listen for device daemon events until we observe the change. We have to register the event
242
// listener before polling the current key to be sure we don't miss the change.
243
- log::info!("Verifying that wireguard key has change");
+ log::info!("Verifying that wireguard key has changed");
244
let event_listener = mullvad_client.events_listen().await?;
245
let new_key = mullvad_client
246
.get_device()
0 commit comments