Skip to content

Commit

Permalink
0.3.0.dev2
Browse files Browse the repository at this point in the history
  • Loading branch information
aminalaee committed Sep 13, 2021
1 parent 7c22654 commit c108327
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"d": typesystem.Choice(
choices=[("abc", "Abc"), ("def", "Def"), ("ghi", "Ghi")]
),
"extra": typesystem.Boolean(default=True, read_only=True),
"password": typesystem.Password(),
}
)
Expand Down

0 comments on commit c108327

Please sign in to comment.