@sprucelabs/data-stores 28.1.335 → 28.1.336
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1645,6 +1645,7 @@ const databaseAssertUtil = {
|
|
1645
1645
|
catch (_b) {
|
1646
1646
|
assert.fail(`A record was created that should have been blocked by a unique index with a filter`);
|
1647
1647
|
}
|
1648
|
+
yield this.shutdown(db);
|
1648
1649
|
});
|
1649
1650
|
},
|
1650
1651
|
assertSyncIndexesRemovesExtraIndexes(connect) {
|
@@ -1518,6 +1518,7 @@ const databaseAssertUtil = {
|
|
1518
1518
|
catch (_b) {
|
1519
1519
|
test_utils_1.assert.fail(`A record was created that should have been blocked by a unique index with a filter`);
|
1520
1520
|
}
|
1521
|
+
await this.shutdown(db);
|
1521
1522
|
},
|
1522
1523
|
async assertSyncIndexesRemovesExtraIndexes(connect) {
|
1523
1524
|
const db = await connectToDabatase(connect);
|