Skip to content

Commit

Permalink
fix(context-pad): fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
philippfromme committed Jan 6, 2021
1 parent c6cecbe commit 5a1d265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/features/context-pad/ContextPadProviderSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ describe('features - context-pad', function() {
// then
expect(function() {
contextPad.open(element);
}).not.to.throw;
}).not.to.throw();
}));


Expand Down

0 comments on commit 5a1d265

Please sign in to comment.