Skip to content

Commit

Permalink
Update Proposal data structure on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
spannercode committed Aug 27, 2024
1 parent ae9a775 commit e9844f8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/govtool-backend/models/TestData.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,9 @@ class Proposal(TypedDict):
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 e9844f8

Please sign in to comment.