Skip to content

Commit

Permalink
Remove wrong space
Browse files Browse the repository at this point in the history
  • Loading branch information
silversonicaxel committed Mar 25, 2019
1 parent 0083d47 commit ef7646e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/class/configurer.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe('#Configurer', () => {

describe('#constructor', () => {
it('should setup configurer options', () => {
const fetchDataSpy = spy(configurer, 'fetchData');
const fetchDataSpy = spy(configurer, 'fetchData');

assert.notCalled(fetchDataSpy);
});
Expand Down

0 comments on commit ef7646e

Please sign in to comment.