Skip to content

Commit f08d9c9

Browse files
committed
fixed build
1 parent 449e6e8 commit f08d9c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/SQLite.Tests/FastColumnSetterTest.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace SQLite.Tests
1313
{
1414
[TestFixture]
15-
class FastColumnSetterTest
15+
public class FastColumnSetterTest
1616
{
1717
public class TestSetter
1818
{
@@ -113,4 +113,3 @@ public void SetFastColumnSetters_AndReadData_IsCalled()
113113
}
114114
}
115115
}
116-
}

0 commit comments

Comments
 (0)