Skip to content

Commit 7be1b67

Browse files
committed
too many corrections
1 parent 92119c5 commit 7be1b67

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_custom_view.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,6 @@ def test_publish_missing_wb_id(server: TSC.Server) -> None:
248248
def test_large_publish(server: TSC.Server):
249249
cv = TSC.CustomViewItem(name="test")
250250
cv._owner = TSC.UserItem()
251-
assert cv.workbook is not None
252251
cv._owner._id = "dd2239f6-ddf1-4107-981a-4cf94e415794"
253252
cv.workbook = TSC.WorkbookItem()
254253
assert cv.workbook is not None

0 commit comments

Comments
 (0)