Skip to content

Commit 566d233

Browse files
committed
integration tests fixed for sql
1 parent c9a6dc2 commit 566d233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/IntegrationTests/Tests.SeleniumTests/Tests/CustomFiltersTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public void SingleRangeConditionShouldWorkProperly(Expression<Func<AllTypesModel
150150
}
151151

152152
Thread.Sleep(GlobalConstants.GlobalThreadSleep);
153-
var columnFilteredValues = table.GetColumnRowValues(colName);
153+
var columnFilteredValues = table.GetColumnRowValuesUntilAny(colName);
154154
var parsedValues = columnFilteredValues.Select(parseFunc);
155155

156156
Assert.IsNotEmpty(parsedValues);

0 commit comments

Comments
 (0)