Skip to content

Commit

Permalink
Merge pull request #245 from cylc/1.3.x
Browse files Browse the repository at this point in the history
1.3.x
  • Loading branch information
wxtim authored Aug 3, 2023
2 parents 9ca1b6e + 6442245 commit 927adf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_functional_post_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
def assert_rose_conf_full_equal(left, right, no_ignore=True):
for keys_1, node_1 in left.walk(no_ignore=no_ignore):
node_2 = right.get(keys_1, no_ignore=no_ignore)
assert not (
assert not ( # noqa: E721
type(node_1) != type(node_2) or
(
not isinstance(node_1.value, dict) and
Expand Down

0 comments on commit 927adf3

Please sign in to comment.