Skip to content

Commit

Permalink
Tests name
Browse files Browse the repository at this point in the history
  • Loading branch information
samwillis committed Sep 12, 2024
1 parent 22f8de0 commit bb041db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pglite/tests/exec-protocol.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { describe, it, expect, beforeAll, afterAll } from 'vitest'
import { PGlite } from '../dist/index.js'
import { serialize } from '@electric-sql/pg-protocol'

describe('XML functionality', () => {
describe('exec protocol', () => {
let db: PGlite

beforeAll(async () => {
Expand Down

0 comments on commit bb041db

Please sign in to comment.