Skip to content

Commit 4d57e27

Browse files
committed
Fix test
1 parent 2ee26e4 commit 4d57e27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Npgsql.Tests/Types/DateTimeTests.cs

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

503504
await AssertType(datasource,
504505
new DateTime?[]

0 commit comments

Comments
 (0)