diff --git a/workflow/tests/util.rb b/workflow/tests/util.rb index a483cbe27c..e7635f1b67 100644 --- a/workflow/tests/util.rb +++ b/workflow/tests/util.rb @@ -423,7 +423,7 @@ def _verify_outputs(rundir, hpxml_path, results, hpxml, unit_multiplier) end assert_equal(0, num_unused_objects) # FIXME: Common space test file has 2 unused schedule by dropping the othersidecoefficient object, which contains schedules - assert_equal((hpxml_path.include? 'base-bldgtype-mf-whole-building-common-spaces') ? 2 : 0, num_unused_schedules) + assert_equal((hpxml_path.include? 'base-bldgtype-mf-whole-building-common-spaces') ? 4 : 0, num_unused_schedules) assert_equal(0, num_unused_constructions) # Check for Output:Meter and Output:Variable warnings