Skip to content

Commit

Permalink
Update examples/form_flow/packages/formz_inputs/test/name_test.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Marcos Sevilla <[email protected]>
  • Loading branch information
elianortega and marcossevilla authored Jul 19, 2023
1 parent 2bad634 commit fc1ad7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ void main() {
test('pure creates correct instance', () {
final name = NameFormInput.pure();
expect(name.value, '');
expect(name.isPure, true);
expect(name.isPure, isTrue);
});

test('dirty creates correct instance', () {
Expand Down

0 comments on commit fc1ad7c

Please sign in to comment.