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 3dfafd5 commit a896c85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion test/influxdb/default_api_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

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

class DefaultApiTest < MiniTest::Test
def setup
Expand Down
1 change: 1 addition & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@

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

require 'webmock/minitest'
Expand Down

0 comments on commit a896c85

Please sign in to comment.