Skip to content

Commit

Permalink
Fix copy-paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
Enkidu93 committed Aug 13, 2024
1 parent e49bd29 commit a032d93
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/SIL.Machine.Tests/Corpora/UsfmMemoryTextTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ public void GetRows_TriplicateVerse()
[Test]
public void GetRows_OptBreak()
{
// a verse paragraph that begins with a non-verse segment followed by a verse segment
TextRow[] rows = GetRows(
@"\id MAT - Test
\c 1
Expand All @@ -135,7 +134,6 @@ public void GetRows_OptBreak()
[Test]
public void GetRows_VersePara_BeginningNonVerseSegment()
{
// a verse paragraph that begins with a non-verse segment followed by a verse segment
TextRow[] rows = GetRows(
@"\id MAT - Test
\c 1
Expand Down

0 comments on commit a032d93

Please sign in to comment.