Skip to content

Commit

Permalink
Update proposal format for test
Browse files Browse the repository at this point in the history
  • Loading branch information
mesudip committed Jun 13, 2024
1 parent 561ae26 commit 239a6d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/govtool-backend/models/TestData.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,16 @@ class Proposal(TypedDict):
url: str
metadataHash: str
title: Optional[str]
about: Optional[str]
abstract: Optional[str]
motivation: Optional[str]
rationale: Optional[str]
metadata: Optional[dict]
references: Optional[list]
yesVotes: int
noVotes: int
abstainVotes: int
metadataStatus: str
metadataValid: bool


class Drep(TypedDict):
Expand Down

0 comments on commit 239a6d9

Please sign in to comment.