add more testing stuff

This commit is contained in:
Vxrtrauter
2025-10-18 01:08:36 +02:00
parent 5637e80657
commit 1cab671a13
2 changed files with 7 additions and 9 deletions
+1 -4
View File
@@ -23,7 +23,4 @@ state = AppState(posts=[], post_titles=[], post_urls=[], post_author=[], downloa
@dataclass
class Post:
id: int
title: str
url: str
author: str
text: str