Skip to content

Commit 724ac4a

Browse files
Update test_turtle.py
edited spacings
1 parent 82550c4 commit 724ac4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_turtle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,6 @@ def test_teleport(self):
466466
self.assertTrue(tpen.isdown())
467467

468468

469-
470469
class TestRawTurtle(unittest.TestCase):
471470
def setUp(self):
472471
try:
@@ -480,6 +479,7 @@ def test_clone(self):
480479
self.assertEqual(another_turtle.currentLineItem, another_turtle.items[-1])
481480
self.assertFalse(rawturtle.currentLineItem in another_turtle.items)
482481

482+
483483
class TestTurtleScreen(unittest.TestCase):
484484
def test_save_raises_if_wrong_extension(self) -> None:
485485
screen = unittest.mock.Mock()

0 commit comments

Comments
 (0)