Skip to content

Commit 760f88c

Browse files
committed
Update ulong test
1 parent 4820bd9 commit 760f88c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DuckDB.NET.Test/Parameters/ListParameterTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public void CanBindUIntList()
9797
[Fact]
9898
public void CanBindULongList()
9999
{
100-
TestInsertSelect("UBigInt", faker => faker.Random.UInt());
100+
TestInsertSelect("UBigInt", faker => faker.Random.ULong());
101101
}
102102

103103
[Fact]

0 commit comments

Comments
 (0)