Skip to content

Commit e3afdf5

Browse files
Update tests/snapshot_tests/test_snapshots.py
Co-authored-by: Darren Burns <[email protected]>
1 parent 0e0caac commit e3afdf5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/snapshot_tests/test_snapshots.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2125,7 +2125,6 @@ def compose(self):
21252125
yield Placeholder()
21262126
yield ProgressBar(classes="hidden")
21272127
yield RichLog(classes="hidden")
2128-
yield Footer()
21292128

21302129
def on_ready(self) -> None:
21312130
self.query_one(RichLog).write("\n".join(f"line #{i}" for i in range(5)))

0 commit comments

Comments
 (0)