Skip to content

Commit

Permalink
Use a different db name
Browse files Browse the repository at this point in the history
  • Loading branch information
gagik committed Oct 23, 2024
1 parent 80ac653 commit 05f6b33
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/shell-api/src/shard.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2890,13 +2890,9 @@ describe('Shard', function () {
describe('collection.status()', function () {
let db: Database;

const dbName = 'shard-stats-test';
const dbName = 'shard-status-test';
const ns = `${dbName}.test`;

before(async function () {
await db.dropDatabase();
});

beforeEach(async function () {
db = sh._database.getSiblingDB(dbName);
await db.getCollection('test').insertOne({ key: 1 });
Expand Down

0 comments on commit 05f6b33

Please sign in to comment.