Skip to content

Commit 01d33ef

Browse files
committed
Fix linting
1 parent a1975b3 commit 01d33ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/pages/confirmations/components/modals/simulation-settings-modal/simulation-settings-modal.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ describe('SimulationSettingsModal', () => {
5858

5959
beforeEach(() => {
6060
jest.resetAllMocks();
61-
updateEditableParamsMock.mockReturnValue(async () => ({} as never));
61+
updateEditableParamsMock.mockReturnValue(async () => ({}) as never);
6262
});
6363

6464
describe('renders', () => {

0 commit comments

Comments
 (0)