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 5285912 commit f5944d5Copy full SHA for f5944d5
src/backend/tests/test_app.py
@@ -86,7 +86,7 @@ async def get_all_plans(self):
86
87
class FakePlanAll:
88
id = "plan1"
89
-
+
90
def model_dump(inner_self):
91
return {
92
"id": inner_self.id,
0 commit comments