Skip to content

Commit

Permalink
forgot one
Browse files Browse the repository at this point in the history
  • Loading branch information
pgierz committed Oct 11, 2024
1 parent 0391225 commit a35dc83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

def test_direct_init(simple_rule):
rule = simple_rule
assert all(isinstance(ip, re.Pattern) for ip in rule.inputs)
assert all(isinstance(ip, re.Pattern) for ip in rule.input_patterns)
assert isinstance(rule.cmor_variable, str)
assert all(isinstance(p, str) for p in rule.pipelines)

Expand Down

0 comments on commit a35dc83

Please sign in to comment.