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

Commit 6b67b46

Browse files
committed
Update SS.Text dll
1 parent e0c8c4f commit 6b67b46

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

lib/ServiceStack.Text.dll

0 Bytes
Binary file not shown.

lib/ServiceStack.Text.pdb

0 Bytes
Binary file not shown.

tests/ServiceStack.OrmLite.Tests/Expression/SqlExpressionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ public void Can_order_by_Joined_table()
415415

416416
var rows = db.Select(q);
417417
db.GetLastSql().Print();
418-
Assert.That(rows.Map(x => x.Id), Is.EqualTo(new[] {1, 2}));
418+
Assert.That(rows.Map(x => x.Id), Is.EqualTo(new[] { 1, 2 }));
419419

420420

421421
q = db.From<TableA>()

0 commit comments

Comments
 (0)