Skip to content

Commit e4b4aad

Browse files
committed
Rename a couple of TabbedContent tests
So they don't get confused with actual "add after".
1 parent 50d93b5 commit e4b4aad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_tabbed_content.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def on_tabbed_content_tab_activated(
159159
assert app.message.tab.label.plain == "bar"
160160

161161

162-
async def test_tabbed_content_add_after_from_empty():
162+
async def test_tabbed_content_add_later_from_empty():
163163
class TabbedApp(App[None]):
164164
def compose(self) -> ComposeResult:
165165
yield TabbedContent()
@@ -178,7 +178,7 @@ def compose(self) -> ComposeResult:
178178
assert tabbed_content.active == "test-1"
179179

180180

181-
async def test_tabbed_content_add_after_from_composed():
181+
async def test_tabbed_content_add_later_from_composed():
182182
class TabbedApp(App[None]):
183183
def compose(self) -> ComposeResult:
184184
with TabbedContent():

0 commit comments

Comments
 (0)