Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Nov 14, 2023
1 parent a896c85 commit 3bcba60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/influxdb/default_api_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

require "minitest/autorun"
require 'test_helper'
require 'influxdb2/client/default_api'

Expand Down
2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

require 'minitest/autorun'
require 'simplecov'
SimpleCov.start do
add_filter 'lib/influxdb2/client/models/'
Expand All @@ -32,7 +33,6 @@
$LOAD_PATH.unshift File.expand_path('../lib', __dir__)
require 'influxdb-client'

require 'minitest/autorun'
require 'minitest/reporters'
require 'minitest/autorun'
Minitest::Reporters.use! unless ENV['RM_INFO']
Expand Down

0 comments on commit 3bcba60

Please sign in to comment.