Skip to content

Commit 6cf1775

Browse files
committed
chore: prettier
1 parent 96a9d5e commit 6cf1775

File tree

1 file changed

+2
-3
lines changed
  • dbquery/pings/postgresql/tests

1 file changed

+2
-3
lines changed

dbquery/pings/postgresql/tests/Test.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ const {
77
testDescription = getTestDescription("snippets", __dirname);
88

99
describe(testDescription, function () {
10-
const tests = [
11-
]
10+
const tests = [];
1211
return deployAndRun(__dirname, tests);
13-
});
12+
});

0 commit comments

Comments
 (0)