Skip to content

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffwalmsley committed Dec 11, 2023
1 parent 5434aa0 commit 1596be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chia/cmds/dao.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def dao_create_cmd(
) -> None:
from .dao_funcs import create_dao_wallet

if self_destruct == proposal_timelock:
if self_destruct == proposal_timelock: # pragma: no cover
raise ValueError("Self Destruct and Proposal Timelock cannot be the same value")

print("Creating new DAO")
Expand Down

0 comments on commit 1596be6

Please sign in to comment.