Skip to content

Commit

Permalink
Fix all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterpeere committed Feb 19, 2024
1 parent ac9643e commit bd24578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GHEtoolGUI/test_gui/test_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def test_import_borefield_data(qtbot):

main_window.gui_structure.custom_borefield.set_value([(0, 0 ,10, 4, 0.05)])

file = 'borefield_data.txt'
file = f'{FOLDER}/test_gui/borefield_data.txt'
main_window.gui_structure.borefield_file.set_value(file)
main_window.gui_structure.option_seperator_borefield.set_value(2)
main_window.gui_structure.option_decimal_borefield.set_value(1)
Expand Down

0 comments on commit bd24578

Please sign in to comment.