Selaa lähdekoodia

Don't assert against full command response

Andreas Braun 6 vuotta sitten
vanhempi
commit
a14a8aa808
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      tests/Alcaeus/MongoDbAdapter/Mongo/MongoDBTest.php

+ 1 - 1
tests/Alcaeus/MongoDbAdapter/Mongo/MongoDBTest.php

@@ -290,7 +290,7 @@ class MongoDBTest extends TestCase
                         ],
                     ];
                 }
-                $this->assertEquals($expected, $collectionInfo);
+                $this->assertArraySubset($expected, $collectionInfo);
                 return;
             }
         }