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 fc1ad7c commit c3b5123
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ void main() {
test('dirty creates correct instance', () {
final name = NameFormInput.dirty(nameString);
expect(name.value, nameString);
expect(name.isPure, false);
expect(name.isPure, isFalse);
});
});

Expand Down

0 comments on commit c3b5123

Please sign in to comment.