소스 검색

Don't assert against changing validate response

keyPerIndex was changed in 4.2, so we may no longer assert against it
Andreas Braun 6 년 전
부모
커밋
2ec0bc24fb
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      tests/Alcaeus/MongoDbAdapter/Mongo/MongoCollectionTest.php

+ 0 - 1
tests/Alcaeus/MongoDbAdapter/Mongo/MongoCollectionTest.php

@@ -1896,7 +1896,6 @@ class MongoCollectionTest extends TestCase
                 'ns' => 'mongo-php-adapter.test',
                 'nrecords' => 1,
                 'nIndexes' => 1,
-                'keysPerIndex' => ['mongo-php-adapter.test.$_id_' => 1],
                 'valid' => true,
                 'errors' => [],
             ],