Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marcaaron committed Jan 16, 2021
1 parent b895dce commit acb4b80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/actions/SessionTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ test('Authenticate is called with saved credentials when a session expires', ()
callback: val => session = val,
});

// When we sign in with the test user
return signInWithTestUser(TEST_USER_ACCOUNT_ID, TEST_USER_LOGIN, 'Password1', TEST_INITIAL_AUTH_TOKEN)
.then(() => {
// Then our re-authentication credentials should be generated and our session data
Expand Down

0 comments on commit acb4b80

Please sign in to comment.