Skip to content

Commit 04bcecb

Browse files
committed
Break a test to see what it looks like in CI.
1 parent 3216a2c commit 04bcecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/Selfie.Lib.Tests/guts/SliceTest.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ public class SliceTest {
66
[Test]
77
public void UnixLine() {
88
var singleLine = new Slice("A single line");
9-
Assert.That(singleLine.UnixLine(1).ToString(), Is.EqualTo("A single line"));
9+
Assert.That(singleLine.UnixLine(1).ToString(), Is.EqualTo("A single lineXXX"));
1010

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

0 commit comments

Comments
 (0)