Uh oh!
There was an error while loading. Please reload this page.
[Ellen's Alien Game] Test that an instance variable is used for the health, not a class variable. - #4273
[Ellen's Alien Game] Test that an instance variable is used for the health, not a class variable.#4273IsaacG wants to merge 1 commit into
Conversation
…ealth, not a class variable.
This PR touches files which potentially affect the outcome of the tests of an exercise. This will cause all students' solutions to affected exercises to be re-tested. If this PR does not affect the result of the test (or, for example, adds an edge case that is not worth rerunning all tests for), please add the following to the merge-commit message which will stops student's tests from re-running. Please copy-paste to avoid typos. For more information, refer to the documentation. If you are unsure whether to add the message or not, please ping |
IsaacG
commented
Jul 28, 2026
This solution uses a class var for the health. It passes the existing tests and fails this new test. |
No description provided.