Skip to content

Commit fd4d4b9

Browse files
committed
changed text to run all the jobs
1 parent 883023a commit fd4d4b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pg/test/integration/gh-issues/2560-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
const pg = require('../../../lib')
44
const helper = require('../test-helper')
5-
if (helper.args.native) return // disable to native
5+
if (helper.args.native) return // don't run in native
66

77
var Query = helper.pg.Query
88

0 commit comments

Comments
 (0)