Skip to content

Commit 10662f8

Browse files
committed
Fixed failing test.
1 parent 42013e6 commit 10662f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/EPPlusTest/FormulaParsing/Excel/Functions/RefAndLookup

src/EPPlusTest/FormulaParsing/Excel/Functions/RefAndLookup/SortByTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ public void SortByColAscending_NullValues_2()
149149
_sheet.Calculate();
150150
Assert.AreEqual("Phil", _sheet.Cells["A4"].Value);
151151
Assert.AreEqual("Street 3", _sheet.Cells["B4"].Value);
152-
Assert.AreEqual("Steve", _sheet.Cells["A5"].Value);
153-
Assert.AreEqual("Bob", _sheet.Cells["A6"].Value);
152+
Assert.AreEqual("Bob", _sheet.Cells["A5"].Value);
153+
Assert.AreEqual("Steve", _sheet.Cells["A6"].Value);
154154
}
155155
[TestMethod]
156156
public void SortByColShould()

0 commit comments

Comments
 (0)