Skip to content

Commit

Permalink
Merge pull request #1285 from IntersectMBO/chore/backend-tests-update
Browse files Browse the repository at this point in the history
Update proposal format for test
  • Loading branch information
mesudip authored Jun 17, 2024
2 parents e67c673 + 239a6d9 commit e42795c
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 e42795c

Please sign in to comment.