Skip to content

Commit 7301988

Browse files
Fix tests.
1 parent 6d8263d commit 7301988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cient.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ def test_client_creation(self):
1010
auth_token="<your_tempo_api_key>",
1111
base_url="https://api.tempo.io/core/3")
1212

13-
self.assertTrue(isinstance(tempo, tempoapiclient.Client.Tempo))
13+
self.assertTrue(isinstance(tempo, tempoapiclient.client.Tempo))

0 commit comments

Comments
 (0)