Skip to content

Commit

Permalink
FIX test
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed Apr 29, 2024
1 parent f276205 commit 772dfee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/unit/rx-database.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,9 @@ describeParallel('rx-database.test.ts', () => {
db.destroy();
});
it('create 2 times on same adapter', async () => {
if (!config.storage.hasMultiInstance) {
return;
}
const name = randomCouchString(10);
const collectionName = 'foobar';
const db1 = await createRxDatabase({
Expand Down

0 comments on commit 772dfee

Please sign in to comment.