Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 742ee2f

Browse files
committed
Update EnumTests.cs
1 parent 9ffb914 commit 742ee2f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/ServiceStack.OrmLite.Tests/EnumTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,6 @@ public void Updates_EnumAsInt_with_int_value()
238238
[Test]
239239
public void Updates_EnumAsChar_with_char_value()
240240
{
241-
OrmLiteUtils.PrintSql();
242241
using (var db = OpenDbConnection())
243242
{
244243
db.DropAndCreateTable<TypeWithEnumAsChar>();

0 commit comments

Comments
 (0)