Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfagun74 committed Oct 16, 2024
1 parent d0adf43 commit bae20e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/health/health.e2e.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe("/api/health", () => {
const result = await healthController.getHealth();
expect(result).toStrictEqual({
status: "HEALTHY",
version: configuration.SERVER.VERSION
version: configuration.SERVER.VERSION,
});
});
});

0 comments on commit bae20e5

Please sign in to comment.