You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-07-31 15:24:23 +03:00
Rename test to fit renamed function.
Co-authored-by: Eric Eastwood <erice@element.io>
This commit is contained in:
@ -100,7 +100,7 @@ type WrappedRoom = Room & {
|
|||||||
_state: Map<string, any>;
|
_state: Map<string, any>;
|
||||||
};
|
};
|
||||||
|
|
||||||
describe("convertQueryDictToStringRecord", () => {
|
describe("convertQueryDictToMap", () => {
|
||||||
it("returns an empty map when dict is undefined", () => {
|
it("returns an empty map when dict is undefined", () => {
|
||||||
expect(convertQueryDictToMap(undefined)).toEqual(new Map());
|
expect(convertQueryDictToMap(undefined)).toEqual(new Map());
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user