Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Sep 21, 2023
1 parent 187a36e commit 5257928
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/seam/connect/client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ import test from 'ava'
import { SeamHttp } from './client.js'

test('SeamHttp: fromApiKey', (t) => {
t.truthy(SeamHttp.fromApiKey('some-api-key'))
t.truthy(SeamHttp.fromApiKey('seam_some-api-key'))
})
2 changes: 1 addition & 1 deletion test/seam/connect/client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ import test from 'ava'
import { SeamHttp } from '@seamapi/http/connect'

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

0 comments on commit 5257928

Please sign in to comment.