Skip to content

Commit

Permalink
refactor: prettier adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
felipemaion authored Oct 23, 2024
1 parent 2c121bb commit 262e6d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/integration/api/v1/migrations/get.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ describe("GET /api/v1/migrations", () => {
expect(responseBody.length).toBeGreaterThan(0);
});
});
});
});
2 changes: 1 addition & 1 deletion tests/integration/api/v1/status/get.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ describe("GET /api/v1/status", () => {
expect(responseBody.dependencies.database.opened_connections).toEqual(1);
});
});
});
});

0 comments on commit 262e6d4

Please sign in to comment.