We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36cef24 + 07314fa commit ce6d520Copy full SHA for ce6d520
test/test_apitable.py
@@ -13,6 +13,6 @@ def setUp(self):
13
"""
14
set up.
15
16
- with patch('apitable.apitable') as mock_apitable:
+ with patch('vika.apitable') as mock_apitable:
17
self._apitable = mock_apitable
18
self._space = Space(self._apitable, 'test_space_id')
0 commit comments