Skip to content

Commit ce6d520

Browse files
author
XuKecheng
authored
Merge pull request #56 from vikadata/fix/ModuleNotFoundError-apitable
fix: ModuleNotFoundError apitable
2 parents 36cef24 + 07314fa commit ce6d520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_apitable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ def setUp(self):
1313
"""
1414
set up.
1515
"""
16-
with patch('apitable.apitable') as mock_apitable:
16+
with patch('vika.apitable') as mock_apitable:
1717
self._apitable = mock_apitable
1818
self._space = Space(self._apitable, 'test_space_id')

0 commit comments

Comments
 (0)