Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
corrijo ejemplo de tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RaniAgus committed Oct 9, 2022
1 parent a1586e8 commit 9f9c483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/src/example.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ context (example) {
} end

it("this test will fail because 10 is not equal to 11") {
should_int(hello()) be equal to(11);
should_int(10) be equal to(11);
} end

skip("this test will fail because \"Hello\" is not \"Bye\"") {
Expand Down

0 comments on commit 9f9c483

Please sign in to comment.