From ca1b00ff6fd3d1e0e0392c587ef577499d799f94 Mon Sep 17 00:00:00 2001 From: "Micah D. Gale" Date: Wed, 17 Jul 2024 10:36:23 -0500 Subject: [PATCH] I can't spell. --- tests/test_piano.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_piano.py b/tests/test_piano.py index b21437c..9965782 100644 --- a/tests/test_piano.py +++ b/tests/test_piano.py @@ -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)