Skip to content
This repository has been archived by the owner on Aug 25, 2022. It is now read-only.

Commit

Permalink
Add necessary requires to bigtable tests (googleapis#2106)
Browse files Browse the repository at this point in the history
* Move all requires to test_helper because it's cleaner that way
  • Loading branch information
dazuma authored and jbolinger committed Jun 8, 2018
1 parent af84a86 commit f8108e8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@


require "test_helper"
require "google/cloud/bigtable/instance_admin_client"

class InstanceAdminTestError < StandardError
def initialize(operation_name)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@


require "test_helper"
require "google/cloud/bigtable/table_admin_client"

class TableAdminTestError < StandardError
def initialize(operation_name)
Expand Down
2 changes: 2 additions & 0 deletions google-cloud-bigtable/test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
require "google/cloud/bigtable"
require "google/cloud/bigtable/admin/credentials"
require "google/cloud/bigtable/data_client"
require "google/cloud/bigtable/instance_admin_client"
require "google/cloud/bigtable/table_admin_client"
require "google/cloud/bigtable/table_data_operations"
require "google/cloud/bigtable"

Expand Down

0 comments on commit f8108e8

Please sign in to comment.