Skip to content

Commit

Permalink
Mini fix
Browse files Browse the repository at this point in the history
  • Loading branch information
johnml1135 committed Dec 16, 2024
1 parent 119b6df commit 71dbcef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/SIL.Machine.Tests/Corpora/ParallelTextCorpusTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1548,7 +1548,7 @@ public void GetRows_MultipleRowsPerBookWithMismatches()
foreach (var row in rows)
{
var bookId = row.TextId;
var expectedRef = ScriptureRef.Parse($"{bookId} 1:1");
var expectedRef = ScriptureRef.Parse($"{bookId} 1:1", versification = ScrVers.Original);
Assert.That(row.SourceRefs.First, Is.InstanceOf<ScriptureRef>());
Assert.That(expectedRef, Is.InstanceOf<ScriptureRef>());
Assert.That(row.SourceRefs.First, Is.EqualTo(expectedRef)); // Only row 1:1 is valid
Expand Down

0 comments on commit 71dbcef

Please sign in to comment.