Skip to content

Commit 8037c22

Browse files
committed
Fix test failed
1 parent 04c1d24 commit 8037c22

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Example/Tests/VEditorNodeSpec.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,9 +381,9 @@ class VEditorNodeSpec: QuickSpec {
381381
node.fetchNewContent(mockContent, scope: .automatic)
382382

383383
expect(node.editorContents.count)
384-
.to(equal(11))
384+
.to(equal(10))
385385
expect(node.editorContents.filter({ $0 is NSAttributedString }).count)
386-
.to(equal(6))
386+
.to(equal(5))
387387
expect(node.editorContents.filter({ $0 is VVideoContent }).count)
388388
.to(equal(3))
389389
expect(node.editorContents.filter({ $0 is VImageContent }).count)

0 commit comments

Comments
 (0)