Skip to content

Commit

Permalink
Update function name in tests/test_nplinker_local.py
Browse files Browse the repository at this point in the history
Co-authored-by: Cunliang Geng <c.geng@esciencecenter.nl>
  • Loading branch information
gcroci2 and CunliangGeng committed Jul 12, 2023
1 parent 210d028 commit 23b12d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_nplinker_local.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# For tests on scoring/links, add them to `scoring/test_nplinker_scoring.py`.


def get_digest(file_path):
def get_file_hash(file_path):
h = hashlib.sha256()
with open(file_path, 'rb') as file:
while True:
Expand Down

0 comments on commit 23b12d9

Please sign in to comment.