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.
1 parent 36cef24 commit 07314faCopy full SHA for 07314fa
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