Skip to content

Commit 0bdb19c

Browse files
authored
fix: move test in the right folder
1 parent aa6b68e commit 0bdb19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pg/lib/pipeline-tests.js renamed to packages/pg/test/unit/client/pipeline-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict'
22

3-
const helper = require('../test-helper')
3+
const helper = require('./test-helper')
44
const pg = helper.pg
55
const assert = require('assert')
66

0 commit comments

Comments
 (0)