Skip to content

Commit

Permalink
ci: modify tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert Hernandez Pellicer committed Jan 14, 2024
1 parent c69c82d commit 6ec52cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/is-positive-number/is-positive-number.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ describe("isPositiveNumber", () => {
expect(isPositiveNumber(-1)).toBeFalsy();
});

test("when is executed with 0 should return false", () => {
test("when is executed with 0 should return false hello", () => {
expect(isPositiveNumber(0)).toBeFalsy();
});
});

0 comments on commit 6ec52cc

Please sign in to comment.