Skip to content

Commit

Permalink
fix: fixed a capitalization that caused CircleCI to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
moberhauer committed Jun 23, 2020
1 parent baad79b commit db803a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/lifecycleEventsTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
import { spyMethod } from '@salesforce/ts-sinon';
import * as chai from 'chai';
import { Lifecycle } from '../../src/LifecycleEvents';
import { Lifecycle } from '../../src/lifecycleEvents';
import { testSetup } from '../../src/testSetup';

const $$ = testSetup();
Expand Down

0 comments on commit db803a7

Please sign in to comment.