We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92119c5 commit 7be1b67Copy full SHA for 7be1b67
test/test_custom_view.py
@@ -248,7 +248,6 @@ def test_publish_missing_wb_id(server: TSC.Server) -> None:
248
def test_large_publish(server: TSC.Server):
249
cv = TSC.CustomViewItem(name="test")
250
cv._owner = TSC.UserItem()
251
- assert cv.workbook is not None
252
cv._owner._id = "dd2239f6-ddf1-4107-981a-4cf94e415794"
253
cv.workbook = TSC.WorkbookItem()
254
assert cv.workbook is not None
0 commit comments