Skip to content

Commit

Permalink
Correct unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol Dawidziuk committed Sep 29, 2021
1 parent 7d58baf commit 96b1ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/plugins/autogrow/autogrow.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
resume( function() {
var editorContainerInlineWidth = editor.container.$.style.width;

assert.areSame( editorContainerInlineWidth, '', 'editor shouldn\'t have width property' );
assert.areSame( editorContainerInlineWidth, '', 'editor shouldn\'t have any inline width property' );
} );
} );

Expand Down

0 comments on commit 96b1ddf

Please sign in to comment.