Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion exercises/concept/ellens-alien-game/classes_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ def test_alien_class_variable(self):
"""Test class attribute/variables are identical across instances."""

alien_one, alien_two = Alien(0, 2), Alien(-6, -1)
Alien.health = 6

created_error_message = ('Created two new Aliens and requested the '
'total_aliens_created attribute for each one. '
Expand Down