Skip to content

Commit 376c877

Browse files
rynoVGiorgi
authored andcommitted
Fix syntax
1 parent 13d1b07 commit 376c877

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

DuckDB.NET.Test/Parameters/DecimalParameterTest.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,8 @@ public void BindParameterWithoutTable()
168168
result.Should().BeOfType<decimal>().Subject.Should().Be(value);
169169
}
170170
}
171-
} [Fact]
171+
172+
[Fact]
172173
public void BindParameterInComparison()
173174
{
174175
decimal[] values = [decimal.Zero, 0.00m, 123456789.987654321m, -123456789.987654321m, 1.230m, -1.23m,

0 commit comments

Comments
 (0)