You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-08-06 12:02:40 +03:00
Auto-fix lint errors
This commit is contained in:
@@ -72,7 +72,7 @@ describe("Relations", function() {
|
||||
}
|
||||
});
|
||||
|
||||
it("should emit created regardless of ordering", async function () {
|
||||
it("should emit created regardless of ordering", async function() {
|
||||
const targetEvent = new MatrixEvent({
|
||||
"sender": "@bob:example.com",
|
||||
"type": "m.room.message",
|
||||
|
Reference in New Issue
Block a user