소스 검색

Don't assert against full command response

Andreas Braun 6 년 전
부모
커밋
a14a8aa808
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
             }
         }