Skip to content

Commit

Permalink
feat: fixed import
Browse files Browse the repository at this point in the history
  • Loading branch information
osher-sade committed Jun 16, 2019
1 parent ce87f7e commit 0babe13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/realities-holder/realities-holder-validator.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import 'reflect-metadata';
import { PolarisContext, RealitiesHolder } from '../..';
import { PolarisContext, RealitiesHolder } from '../../src/main';
import { RealitiesHolderValidator } from '../../src/realities-holder/realities-holder-validator';

describe('realities-holder-validator tests', () => {
Expand Down

0 comments on commit 0babe13

Please sign in to comment.