Skip to content

Commit

Permalink
Fix test path
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed May 11, 2018
1 parent 56efc91 commit 9bc0f4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/store/migrations/6_0_0/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ import * as path from 'path';
import {
createPackageJson,
packagePath,
} from '../../schematics-core/testing/create-package';
} from '../../../schematics-core/testing/create-package';
import {
upgradeVersion,
versionPrefixes,
} from '../../schematics-core/testing/update';
} from '../../../schematics-core/testing/update';

const collectionPath = path.join(__dirname, '../migration.json');

Expand Down

0 comments on commit 9bc0f4c

Please sign in to comment.