Improve ensureParsableAccessToken test

This commit is contained in:
Konstantin Wohlwend 2025-09-09 11:31:11 -07:00
parent 9b62279aa2
commit 0f1ac3d686

View File

@ -206,7 +206,7 @@ export namespace Auth {
"branchId": "main",
"displayName": expect.toSatisfy(() => true),
"primaryEmail": expect.toSatisfy(() => true),
"primaryEmailVerified": expect.toSatisfy(() => true),
"primaryEmailVerified": expect.any(Boolean),
"selectedTeamId": expect.toSatisfy(() => true),
});
}