We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40c195f commit 45dbeb5Copy full SHA for 45dbeb5
Tests/MongoSwiftTests/DocumentTests.swift
@@ -32,10 +32,13 @@ final class DocumentTests: XCTestCase {
32
return [
33
("testDocument", testDocument),
34
("testDocumentFromArray", testDocumentFromArray),
35
- ("testEquatable", testEquatable),
36
("testIterator", testIterator),
+ ("testEquatable", testEquatable),
37
("testRawBSON", testRawBSON),
38
- ("testBSONCorpus", testBSONCorpus)
+ ("testValueBehavior", testValueBehavior),
39
+ ("testInvalidInt", testInvalidInt),
40
+ ("testBSONCorpus", testBSONCorpus),
41
+ ("testMerge", testMerge)
42
]
43
}
44
0 commit comments