Skip to content

Commit

Permalink
fix directory
Browse files Browse the repository at this point in the history
  • Loading branch information
joergbuchwald committed Aug 23, 2024
1 parent fc6153a commit e1805c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ogs6py.py
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ def test_replace_block_by_include(self):
while chunk := f.read(8192):
file_hash.update(chunk)
self.assertEqual(file_hash.hexdigest(), 'cb08710c20a9ff178f4899cc80ef4ef5')
with open("tests/solid.xml", "rb") as f:
with open("solid.xml", "rb") as f:
file_hash = hashlib.md5()
while chunk := f.read(8192):
file_hash.update(chunk)
Expand Down

0 comments on commit e1805c7

Please sign in to comment.