Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-sommer committed Nov 6, 2024
1 parent e48b848 commit 919d916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittests/dojo_test_case.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@


def get_unit_tests_path():
return Path(os.path.realpath(__file__)).parent
return str(Path(os.path.realpath(__file__)).parent)


def toggle_system_setting_boolean(flag_name, value):
Expand Down

0 comments on commit 919d916

Please sign in to comment.