Skip to content

Commit

Permalink
Use a more sane run number
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingface0 committed Aug 1, 2024
1 parent fa9f72c commit f720d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def test_get_datasets_with_ignore_filter():

datasets = get_datasets(
filter={
"and": [{"run_number": {">": "327000"}}],
"and": [{"run_number": {">": "382000"}}],
"name": {"and": [{"<>": "online"}]},
"dataset_attributes.global_state": {
"and": [{"or": [{"=": "OPEN"}, {"=": "SIGNOFF"}, {"=": "COMPLETED"}]}]
Expand Down

0 comments on commit f720d3b

Please sign in to comment.