Skip to content

Commit 5cf1ab9

Browse files
committed
corrected errors
1 parent 2dca36e commit 5cf1ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/routes/organization.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ beforeAll((done) => {
1818
});
1919

2020
function cleanUp(callback) {
21-
moduleModel.remove({ startDate: "2023-06-18T14:11:30Z" }).then(() => {
21+
organizationModel.remove({ startDate: "2023-06-18T14:11:30Z" }).then(() => {
2222
connector.disconnect((DBerr) => {
2323
if (DBerr) {
2424
console.log("Database disconnnect error: ", DBerr);

0 commit comments

Comments
 (0)