Skip to content

Commit

Permalink
working on test
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Sep 10, 2024
1 parent 8675c17 commit 125510b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/python_utils/test_misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ def test_find_pattern_in_fike(self):
f = open("test_misc.txt", "w")
f.write("Hello World from " + f.name)
f.close()
assert find_pattern_in_file('H', "test_misc.txt")
assert not find_pattern_in_file('H', "test_misc.txt")

0 comments on commit 125510b

Please sign in to comment.