We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50d93b5 commit e4b4aadCopy full SHA for e4b4aad
tests/test_tabbed_content.py
@@ -159,7 +159,7 @@ def on_tabbed_content_tab_activated(
159
assert app.message.tab.label.plain == "bar"
160
161
162
-async def test_tabbed_content_add_after_from_empty():
+async def test_tabbed_content_add_later_from_empty():
163
class TabbedApp(App[None]):
164
def compose(self) -> ComposeResult:
165
yield TabbedContent()
@@ -178,7 +178,7 @@ def compose(self) -> ComposeResult:
178
assert tabbed_content.active == "test-1"
179
180
181
-async def test_tabbed_content_add_after_from_composed():
+async def test_tabbed_content_add_later_from_composed():
182
183
184
with TabbedContent():
0 commit comments