Skip to content

Commit

Permalink
remove extra slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
zirgulis committed Nov 5, 2024
1 parent 22492f5 commit 8367532
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/NetworkTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,14 +163,14 @@ describe('NetworkTests', () => {
jsonCode: CONST.JSON_CODE.NOT_AUTHENTICATED,
}),
)
// // Call Authenticate
// Call Authenticate
.mockImplementationOnce(() =>
Promise.resolve({
jsonCode: CONST.JSON_CODE.SUCCESS,
authToken: 'newAuthToken',
}),
)
// // Call ReconnectApp again, it should connect with a new token
// Call ReconnectApp again, it should connect with a new token
.mockImplementationOnce(() =>
Promise.resolve({
jsonCode: CONST.JSON_CODE.SUCCESS,
Expand Down

0 comments on commit 8367532

Please sign in to comment.