Skip to content

Commit 746c28e

Browse files
committed
Dummy commit to retrigger tests properly
1 parent ff8b54e commit 746c28e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/SIL.Machine.Tests/Corpora/ScriptureRefTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ public class ScriptureRefTests
2424
public int CompareTo(string ref1Str, string ref2Str)
2525
{
2626
var ref1 = ScriptureRef.Parse(ref1Str);
27+
2728
var ref2 = ScriptureRef.Parse(ref2Str);
2829

2930
return ref1.CompareTo(ref2);

0 commit comments

Comments
 (0)