Skip to content

Commit f37d85b

Browse files
committed
typo in assert
1 parent 83893ab commit f37d85b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { join } from 'path'
77

88
test('Socket MCP Server', async (t) => {
99
const apiKey = process.env['SOCKET_API_KEY']
10-
assert.ok(apiKey, 'We have an API key. Tests will not pass without it')
10+
assert.ok(apiKey, 'We need an API key. Tests will not pass without it')
1111
const serverPath = join(import.meta.dirname, 'index.ts')
1212

1313
const transport = new StdioClientTransport({

0 commit comments

Comments
 (0)