Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit c3b2ad3

Browse files
committed
Add one more test case for dataset filter function
1 parent 3777afc commit c3b2ad3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/datasets/filters_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def test_dataset_filter_no_keys(dataset):
4040
{"x": 1, "y": 1}, {"x": 1, "y": 2}, {"x": 2, "y": 1}, {"x": 2, "y": 2},
4141
]
4242
assert filters.filter_by_values(dataset) == test_dataset
43+
assert filters.filter_by_values(dataset, []) == test_dataset
4344

4445

4546
def test_empty_dataset():

0 commit comments

Comments
 (0)