Skip to content

Commit f9a8029

Browse files
committed
ContainInOrder
1 parent 219250e commit f9a8029

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/System.Linq.Dynamic.Core.Tests/QueryableTests.Where.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ public void Where_Dynamic_NullPropagation_Test1_On_NullableDoubleToString_When_A
412412
.ToArray();
413413

414414
// Assert
415-
result.Should().ContainInConsecutiveOrder(5, 50);
415+
result.Should().ContainInOrder(5, 50);
416416
}
417417

418418
[Fact]
@@ -438,7 +438,7 @@ public void Where_Dynamic_NullPropagation_Test2_On_NullableDoubleToString_When_A
438438
.ToArray();
439439

440440
// Assert
441-
result.Should().ContainInConsecutiveOrder(5, 50);
441+
result.Should().ContainInOrder(5, 50);
442442
}
443443

444444
[ExcludeFromCodeCoverage]

0 commit comments

Comments
 (0)