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

Commit 6fb5cdf

Browse files
committed
use short-hand Print() in tests
1 parent b2e34c0 commit 6fb5cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceStack.OrmLite.PostgreSQL.Tests/Issues/JsonDataTypeTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public void Can_save_and_restore_JSON_property()
3838
{
3939
foreach (var itemHistory in licenseCheck.Body.List)
4040
{
41-
Console.WriteLine($"{itemHistory.AddedOn} : Note {itemHistory.Note}");
41+
$"{itemHistory.AddedOn} : Note {itemHistory.Note}".Print();
4242
}
4343
}
4444
}

0 commit comments

Comments
 (0)