PM-7392 - Fix test name.

This commit is contained in:
Jared Snider 2024-05-02 18:31:36 -04:00
parent 3e9f904e84
commit 6b2a032ceb
No known key found for this signature in database
GPG Key ID: A149DDD612516286
1 changed files with 1 additions and 1 deletions

View File

@ -1210,7 +1210,7 @@ describe("TokenService", () => {
});
describe("getRefreshToken", () => {
it("should return undefined if no user id is provided and there is no active user in global state", async () => {
it("should return null if no user id is provided and there is no active user in global state", async () => {
// Act
const result = await (tokenService as any).getRefreshToken();
// Assert