1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

encapsulate kludge property to fix invalid credential type error (#15225)

This commit is contained in:
✨ Audrey ✨
2025-06-20 09:44:38 -04:00
committed by GitHub
parent 73e5aab7e4
commit 8a8d02b7db
2 changed files with 9 additions and 1 deletions

View File

@@ -172,7 +172,7 @@ describe("GeneratorProfileProvider", () => {
await awaitAsync();
const result = await firstValueFrom(stateProvider.getUserState$(SettingsKey, SomeUser));
expect(result).toEqual({ foo: "next value" });
expect(result).toMatchObject({ foo: "next value" });
});
it("waits for the user to become available", async () => {