Skip to content

Commit

Permalink
style: lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed May 1, 2024
1 parent b5e594e commit 815752a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/client/tests/client.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ test.group('Client | Runtime', () => {
assert.equal(result.data!.id, '1')
})

test('pass query params array the right way', async ({ assert }) => {
test('pass query params array the right way', async () => {
const tuyau = createTuyau<{
users: {
$get: {
Expand All @@ -185,7 +185,7 @@ test.group('Client | Runtime', () => {
await tuyau.users.$get({ query: { ids: [1, 2] } })
})

test('multiple query params', async ({ assert }) => {
test('multiple query params', async () => {
const tuyau = createTuyau<{
users: {
$get: {
Expand Down

0 comments on commit 815752a

Please sign in to comment.