Skip to content

Commit 5257928

Browse files
committed
Fix tests
1 parent 187a36e commit 5257928

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/lib/seam/connect/client.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ import test from 'ava'
33
import { SeamHttp } from './client.js'
44

55
test('SeamHttp: fromApiKey', (t) => {
6-
t.truthy(SeamHttp.fromApiKey('some-api-key'))
6+
t.truthy(SeamHttp.fromApiKey('seam_some-api-key'))
77
})

test/seam/connect/client.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ import test from 'ava'
33
import { SeamHttp } from '@seamapi/http/connect'
44

55
test('SeamHttp: fromApiKey', (t) => {
6-
t.truthy(SeamHttp.fromApiKey('some-api-key'))
6+
t.truthy(SeamHttp.fromApiKey('seam_some-api-key'))
77
})

0 commit comments

Comments
 (0)