diff --git a/spec/unit/matrix-client.spec.ts b/spec/unit/matrix-client.spec.ts index 8e31e3bfa..8d73939a5 100644 --- a/spec/unit/matrix-client.spec.ts +++ b/spec/unit/matrix-client.spec.ts @@ -100,7 +100,7 @@ type WrappedRoom = Room & { _state: Map; }; -describe("convertQueryDictToStringRecord", () => { +describe("convertQueryDictToMap", () => { it("returns an empty map when dict is undefined", () => { expect(convertQueryDictToMap(undefined)).toEqual(new Map()); });