Skip to content

Commit

Permalink
debug unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
botenvouwer committed Jan 14, 2025
1 parent b4bf8a9 commit 94e48f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nl_service_metadata_generator/test/test_hvd.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def test_hvd_simple(self):
print('hellao')
print(os.getcwd())

test = os.getcwd()
test = os.getcwd() + '/test'
# test = Path('../../').resolve()
# print(test)
#
Expand Down

0 comments on commit 94e48f9

Please sign in to comment.