Skip to content

Commit

Permalink
Patch more broken parts of the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Pasarus committed Nov 21, 2024
1 parent 34c0af6 commit 694d4b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/rules/test_iris_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ def test_iris_reduction_rule_verify(phases, freq10, tcb_1, tcb_2, results, job_r
@pytest.mark.parametrize(
("reflection", "analyser", "output"),
[
("002", "graphite", "00105275"),
("004", "graphite", "00105276"),
("002", "graphite", "105275"),
("004", "graphite", "105276"),
],
)
def test_iris_calibration_rule_verify(reflection, analyser, output, reflection_rule, job_request):
Expand Down

0 comments on commit 694d4b7

Please sign in to comment.