tbd 3.2.2 → 3.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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