tbd 3.2.3 → 3.4.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
@@ -1,6 +1,6 @@
1
1
  # MIT License
2
2
  #
3
- # Copyright (c) 2020-2023 Denis Bourgeois & Dan Macumber
3
+ # Copyright (c) 2020-2024 Denis Bourgeois & Dan Macumber
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -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