Skip to content

Commit 3024613

Browse files
committed
fixup! Add ensure_logged_in test helper function
1 parent a2aa304 commit 3024613

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,8 @@ pub async fn login_with_retries(
252252
/// Ensure that the test runner is logged in to an account.
253253
///
254254
/// This will first check whether we are logged in. If not, it will also try to login
255-
/// on your behalf. If this function returns with any errors, it means that we are logged in
256-
/// to.
255+
/// on your behalf. If this function returns without any errors, we are logged in to a valid
256+
/// account.
257257
pub async fn ensure_logged_in(
258258
mullvad_client: &mut MullvadProxyClient,
259259
) -> Result<(), mullvad_management_interface::Error> {

0 commit comments

Comments
 (0)