Skip to content

Commit

Permalink
Update assertions in unit tests.
Browse files Browse the repository at this point in the history
Co-authored-by: Bartłomiej Kalemba <[email protected]>
  • Loading branch information
Comandeer and sculpt0r authored Aug 26, 2021
1 parent 041f26a commit 594177c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/ckeditor/geturl.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
CKEDITOR.basePath = originalBasePath;
CKEDITOR.timestamp = originalTimestamp;

assert.areSame( expected, actualResult, 'For ' + url + ' input correct ' + expected + ' is returned' );
assert.areSame( expected, actualResult, 'Invalid URL generated from the ' + url + ' );
};
}
}
Expand Down

0 comments on commit 594177c

Please sign in to comment.