tbd 3.2.3 → 3.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
1
  module Topolys
2
- VERSION = "0.6.1"
2
+ VERSION = "0.6.2"
3
3
  end
@@ -39,7 +39,7 @@ class TBDTest < Minitest::Test
39
39
  measure = TBDMeasure.new
40
40
  model = OpenStudio::Model::Model.new
41
41
  arguments = measure.arguments(model)
42
- assert_equal(15, arguments.size)
42
+ assert_equal(17, arguments.size)
43
43
  end
44
44
 
45
45
  def test_no_load_tbd_json