Skip to content

Commit 6e4d36f

Browse files
committed
Tweaks comment
1 parent 871b9e1 commit 6e4d36f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/nbrowser/DocumentUsage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ describe('DocumentUsage', function() {
1919
async function makeSessionAndLogin() {
2020
// login() needs an options object passing to bypass an optimization that causes .login()
2121
// to think we're already logged in when we're not after using `server.restart()`.
22-
// Without this we end up with bad credentials.
22+
// Without this we end up with old credentials on the original session, or bad credentials on a new one.
2323
session = await gu.session().user(ownerUser).login({ retainExistingLogin: false });
2424
api = session.createHomeApi();
2525
}

0 commit comments

Comments
 (0)