Skip to content

Commit 45dbeb5

Browse files
authored
Sync DocumentTests.allTests (#90)
1 parent 40c195f commit 45dbeb5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Tests/MongoSwiftTests/DocumentTests.swift

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,13 @@ final class DocumentTests: XCTestCase {
3232
return [
3333
("testDocument", testDocument),
3434
("testDocumentFromArray", testDocumentFromArray),
35-
("testEquatable", testEquatable),
3635
("testIterator", testIterator),
36+
("testEquatable", testEquatable),
3737
("testRawBSON", testRawBSON),
38-
("testBSONCorpus", testBSONCorpus)
38+
("testValueBehavior", testValueBehavior),
39+
("testInvalidInt", testInvalidInt),
40+
("testBSONCorpus", testBSONCorpus),
41+
("testMerge", testMerge)
3942
]
4043
}
4144

0 commit comments

Comments
 (0)