mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
test/type-coercion: fix typo in test title (#3237)
`timestamptz` was written `timestampz` Co-authored-by: alxndrsn <alxndrsn>
This commit is contained in:
parent
ba07d19459
commit
6e96e45bae
@ -141,7 +141,7 @@ types.forEach(function (type) {
|
||||
testForTypeCoercion(type)
|
||||
})
|
||||
|
||||
suite.test('timestampz round trip', function (cb) {
|
||||
suite.test('timestamptz round trip', function (cb) {
|
||||
var now = new Date()
|
||||
var client = helper.client()
|
||||
client.query('create temp table date_tests(name varchar(10), tstz timestamptz(3))')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user