Skip to content

Commit f36e3ea

Browse files
committed
remove .only
1 parent aa1668f commit f36e3ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/tests/pg/pg-common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4224,7 +4224,7 @@ export function tests() {
42244224
expect(result).toEqual([{ id: 1, name: 'John', verified: true, jsonb: null, createdAt: result[0]!.createdAt }]);
42254225
});
42264226

4227-
test.only('mySchema :: insert many', async (ctx) => {
4227+
test('mySchema :: insert many', async (ctx) => {
42284228
const { db } = ctx.pg;
42294229

42304230
console.log('before');

0 commit comments

Comments
 (0)