We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fade4d commit dc1e76dCopy full SHA for dc1e76d
packages/pg/test/unit/client/throw-in-type-parser-tests.js
@@ -14,7 +14,7 @@ suite.test('special oid that will throw', function (done) {
14
throw typeParserError
15
})
16
assert.equal(true, false)
17
- } catch(err) {
+ } catch (err) {
18
assert.equal(err, typeParserError)
19
} finally {
20
done()
0 commit comments