Skip to content

Commit

Permalink
Update core tests for SplitContainer.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Jun 14, 2023
1 parent 5aac223 commit 2a20fea
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions core/tests/test_deprecated_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,6 @@ def test_selection_created(self):
self.assertEqual(widget._impl.interface, widget)
self.assertNotEqual(widget.factory, self.factory)

def test_split_container_created(self):
with self.assertWarns(DeprecationWarning):
widget = toga.SplitContainer(factory=self.factory)
self.assertEqual(widget._impl.interface, widget)
self.assertNotEqual(widget.factory, self.factory)

def test_table_created(self):
with self.assertWarns(DeprecationWarning):
widget = toga.Table(
Expand Down

0 comments on commit 2a20fea

Please sign in to comment.