Skip to content

Commit b639879

Browse files
committed
Refactor connect method in withSdkMock to remove unused options parameter
1 parent be85eb0 commit b639879

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

actions/gls-action/src/__tests__/withSdkMock.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export const withSdkMock = async (tests: (state: SdkMockState) => void) => {
5151
fullyConnected: () => {
5252
return true
5353
},
54-
connect: vi.fn((options) => {
54+
connect: vi.fn(() => {
5555
return Promise.resolve([]);
5656
}),
5757
onError: vi.fn(),

0 commit comments

Comments
 (0)