We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dca36e commit 5cf1ab9Copy full SHA for 5cf1ab9
test/routes/organization.test.js
@@ -18,7 +18,7 @@ beforeAll((done) => {
18
});
19
20
function cleanUp(callback) {
21
- moduleModel.remove({ startDate: "2023-06-18T14:11:30Z" }).then(() => {
+ organizationModel.remove({ startDate: "2023-06-18T14:11:30Z" }).then(() => {
22
connector.disconnect((DBerr) => {
23
if (DBerr) {
24
console.log("Database disconnnect error: ", DBerr);
0 commit comments