From 981acf0044f89a325c637eb24ed2e6fa53e8faab Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Fri, 6 Jan 2023 16:38:02 +0000 Subject: [PATCH] Rename test to fit renamed function. Co-authored-by: Eric Eastwood --- spec/unit/matrix-client.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); });