1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-07-30 04:23:07 +03:00

Rename test to fit renamed function.

Co-authored-by: Eric Eastwood <erice@element.io>
This commit is contained in:
Andy Balaam
2023-01-06 16:38:02 +00:00
committed by GitHub
parent f00f70bfb8
commit 981acf0044

View File

@ -100,7 +100,7 @@ type WrappedRoom = Room & {
_state: Map<string, any>;
};
describe("convertQueryDictToStringRecord", () => {
describe("convertQueryDictToMap", () => {
it("returns an empty map when dict is undefined", () => {
expect(convertQueryDictToMap(undefined)).toEqual(new Map());
});