Skip to content

Commit

Permalink
I can't spell.
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale committed Jul 17, 2024
1 parent 2965da0 commit ca1b00f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_piano.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ def blank_piano():

def test_piano_init(blank_piano):
assert blank_piano.weight == pytest.approx(1_000.0)
assert blank_paino.height == pytest.approx(0.0)
assert blank_piano.height == pytest.approx(0.0)


def test_lifting_piano(blank_piano):
piano.lift()
blank_piano.lift()
assert blank_piano.height == pytest.approx(3)


Expand Down

0 comments on commit ca1b00f

Please sign in to comment.