Skip to content

Commit

Permalink
Call correct function in test
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingface0 committed Aug 8, 2024
1 parent c2304b6 commit 39b411b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
get_lumisections,
get_oms_lumisections,
get_lumisection_ranges,
# get_oms_lumisection_ranges,
get_oms_lumisection_ranges,
get_joint_lumisection_ranges,
generate_json,
create_json,
Expand Down Expand Up @@ -200,7 +200,7 @@ def test_get_lumisection_ranges():


def test_get_oms_lumisection_ranges():
lumisections = get_lumisection_ranges(VALID_RUN_NUMBER, VALID_DATASET_NAME)
lumisections = get_oms_lumisection_ranges(VALID_RUN_NUMBER)
assert len(lumisections) > 0


Expand Down

0 comments on commit 39b411b

Please sign in to comment.