Skip to content

Commit ba73a35

Browse files
committed
linting
1 parent 5d6f263 commit ba73a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

special-pages/pages/history/integration-tests/history.page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ export class HistoryTestPage {
334334
await page.locator(`[data-action="entries_menu"][value=${nthItem.id}]`).click();
335335

336336
const calls = await this.mocks.waitForCallCount({ method: 'entries_menu', count: 1 });
337-
expect(calls[0].payload.params).toStrictEqual({ ids: ids });
337+
expect(calls[0].payload.params).toStrictEqual({ ids });
338338
cleanup();
339339
}
340340

0 commit comments

Comments
 (0)