1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00

Correct the dir parameter of MSC3715 (#9391)

This commit is contained in:
Dominik Henneke
2022-10-12 16:56:52 +02:00
committed by GitHub
parent 476ed0468f
commit 7ddc0b78b3
2 changed files with 2 additions and 2 deletions

View File

@ -266,7 +266,7 @@ describe("StopGapWidgetDriver", () => {
limit: 25,
from: 'from-token',
to: 'to-token',
direction: Direction.Forward,
dir: Direction.Forward,
},
);
});