Skip to content

Commit

Permalink
Revert "Break a test to see what it looks like in CI."
Browse files Browse the repository at this point in the history
This reverts commit 04bcecb.
  • Loading branch information
nedtwigg committed Mar 23, 2024
1 parent f97ab70 commit e779b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/Selfie.Lib.Tests/guts/SliceTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public class SliceTest {
[Test]
public void UnixLine() {
var singleLine = new Slice("A single line");
Assert.That(singleLine.UnixLine(1).ToString(), Is.EqualTo("A single lineXXX"));
Assert.That(singleLine.UnixLine(1).ToString(), Is.EqualTo("A single line"));

var oneTwoThree = new Slice("\nI am the first\nI, the second\n\nFOURTH\n");
Assert.That(oneTwoThree.UnixLine(1).ToString(), Is.EqualTo(""));
Expand Down

0 comments on commit e779b76

Please sign in to comment.