Skip to content

Commit

Permalink
Actually fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
vidartf committed Jun 17, 2021
1 parent 35503f4 commit 3549968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/controls/test/src/widget_datetime_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ describe('Datetime', () => {
k => state_out.state[k].state
);
expect(models.length).to.eql(1);
expect(models[0]._model_name).to.be.a('NaiveDatetimeModel');
expect(models[0]._model_name).to.eql('NaiveDatetimeModel');
expect(models[0].value).to.eql(state_in.value);
});

Expand Down

0 comments on commit 3549968

Please sign in to comment.