Correct the dir parameter of MSC3715 (#9391)

t3chguy/dedup-icons-17oct
Dominik Henneke 2022-10-12 16:56:52 +02:00 committed by GitHub
parent 476ed0468f
commit 7ddc0b78b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -449,7 +449,7 @@ export class StopGapWidgetDriver extends WidgetDriver {
from, from,
to, to,
limit, limit,
direction: dir, dir,
}); });
return { return {

View File

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