Skip to content

Commit 78eabd2

Browse files
committed
fixed test typo
1 parent 64f3758 commit 78eabd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/services/HealthService.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ describe("HealthService", function () {
2121
});
2222

2323
describe("check()", function () {
24-
test("Should send a healt check request", async function () {
24+
test("Should send a health check request", async function () {
2525
fetchMock.on({
2626
method: "GET",
2727
url: service.client.buildURL("/api/health") + "?q1=123",

0 commit comments

Comments
 (0)