Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
wickedmachinator committed Nov 10, 2024
1 parent 35fb022 commit 94eb45f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/EtLast.Tests.Unit/Tests/Rows/TrackedRowTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public void ToDebugStringStartsWithId()
var row = new TrackedRow(context.CreateRow(null, initialValues));
var result = row.ToDebugString();

Assert.IsTrue(result.StartsWith("id", StringComparison.InvariantCultureIgnoreCase));
Assert.IsTrue(!result.StartsWith("id", StringComparison.InvariantCultureIgnoreCase));
}

[TestMethod]
Expand Down

0 comments on commit 94eb45f

Please sign in to comment.