Skip to content

Commit

Permalink
One more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
afontani committed Jan 23, 2025
1 parent 4384f89 commit 2bceb25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_run_analysis.rb
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def test_errors_precomputed_outdated_extra_parameter
end

def test_errors_invalid_upgrade_name
yml = ' -y test/tests_yml_files/yml_valid/testing_upgrades.yml'
yml = ' -y test/tests_yml_files/yml_valid/test_upgrade_name.yml'
@command += yml
@command += ' -u "Fuondation Type" -u Walls'

Expand Down Expand Up @@ -183,7 +183,7 @@ def test_upgrade_name
@command += yml
@command += ' -u "Foundation Type" -u Walls'
system(@command)

test_upgrade_name = File.join(@buildstock_directory, 'test_upgrade_name')

_test_measure_order(File.join(test_upgrade_name, 'test_upgrade_name-FoundationType.osw'))
Expand Down

0 comments on commit 2bceb25

Please sign in to comment.