Skip to content

Commit

Permalink
Add requires to testing.rb (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericaporter authored Jun 24, 2024
1 parent d229914 commit cdbf46e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/dfe/analytics/testing.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# frozen_string_literal: true

require 'dfe/analytics/big_query_api'
require 'dfe/analytics/big_query_legacy_api'

module DfE
module Analytics
module Testing
Expand Down

0 comments on commit cdbf46e

Please sign in to comment.