Skip to content

Commit 3de9523

Browse files
Fix spelling mistake
1 parent 5b3cf60 commit 3de9523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-manager/src/tests/account.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ pub async fn test_automatic_wireguard_rotation(
240240
// Check if the key rotation has already occurred when connected to the daemon, otherwise
241241
// listen for device daemon events until we observe the change. We have to register the event
242242
// listener before polling the current key to be sure we don't miss the change.
243-
log::info!("Verifying that wireguard key has change");
243+
log::info!("Verifying that wireguard key has changed");
244244
let event_listener = mullvad_client.events_listen().await?;
245245
let new_key = mullvad_client
246246
.get_device()

0 commit comments

Comments
 (0)