Skip to content

Commit 1a469b7

Browse files
committed
Don't skip blob parameter test
1 parent 2a4f314 commit 1a469b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DuckDB.NET.Test/Parameters/BlobParameterTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public void BindValueTest()
122122
reader.GetFieldType(1).Should().Be(typeof(Stream));
123123
}
124124

125-
[Fact(Skip = "Failing on mac")]
125+
[Fact]
126126
public void BindParameterWithoutTable()
127127
{
128128
var value = Faker.Random.Bytes(Faker.Random.Int(1, 100));

0 commit comments

Comments
 (0)