Skip to content

Commit

Permalink
require OpenStruct in test contexts
Browse files Browse the repository at this point in the history
  • Loading branch information
jcain3389 committed Jan 7, 2025
1 parent 475bd31 commit a953d07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
require 'byebug'
require "mocha/minitest"
require 'minitest-ci' if ENV.fetch('CI') { false }
require 'ostruct'

VertexClient.configuration # make sure the client is configured

Expand Down

0 comments on commit a953d07

Please sign in to comment.