Skip to content

Commit

Permalink
Fix typos in test descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed May 31, 2022
1 parent beeb10c commit aa1eff4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unexpected.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ describe('unexpected', () => {
}
);

it('should several compound assertions separated by an assertion argument', () => {
it('should support several compound assertions separated by an assertion argument', () => {
expect(
function () {
return clonedExpect(
Expand All @@ -1039,7 +1039,7 @@ describe('unexpected', () => {
);
});

it('should several long compound assertions separated by an assertion argument', () => {
it('should support several long compound assertions separated by an assertion argument', () => {
expect(
function () {
return clonedExpect(
Expand Down

0 comments on commit aa1eff4

Please sign in to comment.