Skip to content

Commit

Permalink
Fix naming of the test
Browse files Browse the repository at this point in the history
  • Loading branch information
krissvaa committed Jan 12, 2024
1 parent 7167ad8 commit e63d427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ts/lit-form/test/Model.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ describe('@vaadin/hilla-lit-form', () => {
expect(validators[0]).to.be.instanceOf(IsNumber);
});

it('default value should be NaN', () => {
it('should be NaN by the default', () => {
const { value } = binder.for(binder.model.fieldNumber);
expect(value).to.be.NaN;
});
Expand Down

0 comments on commit e63d427

Please sign in to comment.