Skip to content

Commit 9a8ca73

Browse files
committed
Fixed Lint
1 parent d9597d3 commit 9a8ca73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sources/ftse-sftp/test/integration/adapter.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jest.mock('../../src/transport/sftp', () => {
113113
this.responseCache = dependencies.responseCache || {}
114114
},
115115
async backgroundHandler(
116-
context: MockSftpTransportContext,
116+
_context: MockSftpTransportContext,
117117
entries: Array<{ instrument: string }>,
118118
) {
119119
// Process each entry and write to cache

0 commit comments

Comments
 (0)