Skip to content

Commit

Permalink
fix: merge irrelevant int tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshoo committed Jun 4, 2019
1 parent 62619ff commit bc3f3ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration-tests/tests/irrelevant-entities.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ const prepareDb = async (headers: PolarisRequestHeaders) => {

const requestHeaders = { 'reality-id': 1, 'data-version': 1 };

beforeAll(async () => {
beforeEach(async () => {
await init();
await prepareDb({ realityId: 1 });
});

afterAll(() => {
afterEach(() => {
return finish();
});

Expand Down

0 comments on commit bc3f3ee

Please sign in to comment.