Skip to content

Commit

Permalink
test: added a reality test
Browse files Browse the repository at this point in the history
  • Loading branch information
osher-sade committed Jun 6, 2019
1 parent d5dcf84 commit b38dbed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/integration-tests/tests/reality.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {graphQLRequest} from '../test-server/client';
import {AuthorModelPerReality} from '../test-server/dal/author-model';
import {BookModelPerReality} from '../test-server/dal/book-model';
import {finish, init} from '../test-server/run-test';
import { graphQLRequest } from '../test-server/client';
import { AuthorModelPerReality } from '../test-server/dal/author-model';
import { BookModelPerReality } from '../test-server/dal/book-model';
import { finish, init } from '../test-server/run-test';

const dbRealityIdHeader = (realityId: any) => ({ realityId });
const requestRealityIdHeader = (realityId: any) => ({ 'reality-id': realityId });
Expand Down

0 comments on commit b38dbed

Please sign in to comment.