Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: correct typo
  • Loading branch information
jacek-prisma committed Feb 13, 2026
commit 4b96f409146afe34d737b32650e1bd84a5afb429
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import type { PrismaClient } from './generated/prisma/client'
declare let prisma: PrismaClient

testMatrix.setupTestSuite(() => {
test('correctly handles a cursor with paremeterised values', async () => {
test('correctly handles a cursor with parameterised values', async () => {
const connection_uuid = randomUUID()
const query_ref = 'asdf'

Expand Down
Loading