We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04c1d24 commit 8037c22Copy full SHA for 8037c22
1 file changed
Example/Tests/VEditorNodeSpec.swift
@@ -381,9 +381,9 @@ class VEditorNodeSpec: QuickSpec {
381
node.fetchNewContent(mockContent, scope: .automatic)
382
383
expect(node.editorContents.count)
384
- .to(equal(11))
+ .to(equal(10))
385
expect(node.editorContents.filter({ $0 is NSAttributedString }).count)
386
- .to(equal(6))
+ .to(equal(5))
387
expect(node.editorContents.filter({ $0 is VVideoContent }).count)
388
.to(equal(3))
389
expect(node.editorContents.filter({ $0 is VImageContent }).count)
0 commit comments