...

Text file src/go.mongodb.org/mongo-driver/testdata/unified-test-format/valid-fail/entity-collection-database-undefined.json

Documentation: go.mongodb.org/mongo-driver/testdata/unified-test-format/valid-fail

     1{
     2  "description": "entity-collection-database-undefined",
     3  "schemaVersion": "1.0",
     4  "createEntities": [
     5    {
     6      "collection": {
     7        "id": "collection0",
     8        "database": "foo",
     9        "collectionName": "foo"
    10      }
    11    }
    12  ],
    13  "tests": [
    14    {
    15      "description": "foo",
    16      "operations": []
    17    }
    18  ]
    19}

View as plain text