Skip to content

Commit

Permalink
update the db
Browse files Browse the repository at this point in the history
  • Loading branch information
auralshin committed Jun 16, 2023
1 parent 5b70b8a commit e309dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { v4 as uuidv4 } from "uuid";
describe("UUIDSchemaType", () => {
beforeAll(() => {
// Connect to the MongoDB database using Mongoose
mongoose.connect("mongodb://localhost/mydatabase");
mongoose.connect("mongodb://127.0.0.1:27017/mydatabase");
});

afterAll(async () => {
Expand Down

0 comments on commit e309dc2

Please sign in to comment.