Skip to content

Commit 4ed2bcc

Browse files
committed
Remove redundant tests
1 parent a9248f6 commit 4ed2bcc

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

packages/pg-native/test/many-connections.js

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ var bytes = require('crypto').pseudoRandomBytes
66
describe('many connections', function () {
77
describe('async', function () {
88
var test = function (count, times) {
9-
it('connecting ' + count + ' clients ' + times, function (done) {
9+
it(`connecting ${count} clients ${times} times`, function (done) {
1010
this.timeout(200000)
1111

1212
var connectClient = function (n, cb) {
@@ -38,20 +38,9 @@ describe('many connections', function () {
3838
}
3939

4040
test(1, 1)
41-
test(1, 1)
42-
test(1, 1)
43-
test(5, 5)
4441
test(5, 5)
45-
test(5, 5)
46-
test(5, 5)
47-
test(10, 10)
4842
test(10, 10)
49-
test(10, 10)
50-
test(20, 20)
51-
test(20, 20)
5243
test(20, 20)
5344
test(30, 10)
54-
test(30, 10)
55-
test(30, 10)
5645
})
5746
})

0 commit comments

Comments
 (0)