Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-fix committed Jan 16, 2018
1 parent 45ad6b3 commit d80560f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/vaadin-dialog_test.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
beforeEach(() => dialog = fixture('notemplate'));

it('should not throw an exception if template is not present', () => {
dialog.opened = true;
dialog.opened = false;
const openDialog = () => dialog.opened = true;
expect(openDialog).to.not.throw();
});
});
</script>
Expand Down

0 comments on commit d80560f

Please sign in to comment.