We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42013e6 commit 10662f8Copy full SHA for 10662f8
1 file changed
src/EPPlusTest/FormulaParsing/Excel/Functions/RefAndLookup/SortByTests.cs
@@ -149,8 +149,8 @@ public void SortByColAscending_NullValues_2()
149
_sheet.Calculate();
150
Assert.AreEqual("Phil", _sheet.Cells["A4"].Value);
151
Assert.AreEqual("Street 3", _sheet.Cells["B4"].Value);
152
- Assert.AreEqual("Steve", _sheet.Cells["A5"].Value);
153
- Assert.AreEqual("Bob", _sheet.Cells["A6"].Value);
+ Assert.AreEqual("Bob", _sheet.Cells["A5"].Value);
+ Assert.AreEqual("Steve", _sheet.Cells["A6"].Value);
154
}
155
[TestMethod]
156
public void SortByColShould()
0 commit comments