Skip to content

Commit

Permalink
deleted an unnecessary of an assert in test_util.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rebekahrudd committed Dec 5, 2024
1 parent efdfe34 commit 9d4daed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ def test_get_file_diagnostic_deep_exact_deep_dictionary_not_equal():
"input_file_three": input_file_three,
}
found = util.get_file_diagnostic_deep_exact(outer_dictionary, 21)
assert found != {}
assert found


def test_get_file_diagnostic_deep_exact_deep_dictionary_all_equal():
Expand Down

0 comments on commit 9d4daed

Please sign in to comment.