Skip to content

Commit b711ffc

Browse files
committed
test(animations): enable a disabled test
1 parent 7776e76 commit b711ffc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_animation/test_animations.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ def setUp(self) -> None:
153153
def tearDown(self) -> None:
154154
self.tk.destroy()
155155

156-
@unittest.skip("TEMP") # TODO
157156
def test_init(self) -> None:
158157
animations.MoveWindow(self.tk, (-99, -99), 1, fps=1).command(1)
159158
animations.MoveWindow(self.top, (-99, -99), 1, fps=1).command(1)

0 commit comments

Comments
 (0)