FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix test · npgsql/npgsql@45e7540 · GitHub

/ npgsql Public

Commit 45e7540

Browse files
committed
Fix test
1 parent 6c91ba8 commit 45e7540

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

‎test/Npgsql.Tests/Types/DateTimeTests.cs‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,8 @@ await AssertType(datasource,
501501
new DateTime(1998, 4, 12, 13, 26, 38, DateTimeKind.Utc)
502502
},
503503
@"{NULL,""1998-04-12 15:26:38+02""}",
504-
"timestamp with time zone[]");
504+
"timestamp with time zone[]",
505+
NpgsqlDbType.TimestampTz | NpgsqlDbType.Array);
505506

506507
await AssertType(datasource,
507508
new DateTime?[]

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL