Skip to content

Commit

Permalink
Explicitly require 'ostruct'
Browse files Browse the repository at this point in the history
  • Loading branch information
nht007 authored Jan 7, 2025
1 parent 1753da6 commit 6fc0243
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
@@ -1,6 +1,7 @@
# frozen_string_literal: true

$LOAD_PATH.unshift File.expand_path("../../lib", __FILE__)
require 'ostruct'
require 'circuitbox'
require "dotenv/load"
require "vertex_client"
Expand Down

0 comments on commit 6fc0243

Please sign in to comment.