File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,6 @@ def test_admin_api_lib_name(self):
111111 the database and instance API objects in the GAPIC.
112112 """
113113 from google .cloud .spanner import __version__
114- from google .cloud .spanner import client as MUT
115114 from google .cloud .gapic .spanner_admin_database import v1 as db
116115 from google .cloud .gapic .spanner_admin_instance import v1 as inst
117116
Original file line number Diff line number Diff line change @@ -191,6 +191,7 @@ def test_spanner_api_property(self):
191191 _clients = [_client ]
192192
193193 def _mock_spanner_client (* args , ** kwargs ):
194+ self .assertIsInstance (args , list )
194195 self .assertEqual (kwargs ['lib_name' ], 'gccl' )
195196 self .assertEqual (kwargs ['lib_version' ], __version__ )
196197 return _clients .pop (0 )
You can’t perform that action at this time.
0 commit comments