You've already forked matrix-js-sdk
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:
@ -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());
|
||||
});
|
||||
|
Reference in New Issue
Block a user