Skip to content

Commit 6e96e45

Browse files
authored
test/type-coercion: fix typo in test title (brianc#3237)
`timestamptz` was written `timestampz` Co-authored-by: alxndrsn <alxndrsn>
1 parent ba07d19 commit 6e96e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pg/test/integration/client/type-coercion-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ types.forEach(function (type) {
141141
testForTypeCoercion(type)
142142
})
143143

144-
suite.test('timestampz round trip', function (cb) {
144+
suite.test('timestamptz round trip', function (cb) {
145145
var now = new Date()
146146
var client = helper.client()
147147
client.query('create temp table date_tests(name varchar(10), tstz timestamptz(3))')

0 commit comments

Comments
 (0)