Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Richter committed Mar 10, 2020
1 parent 4cccfb4 commit 7f610e5
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions test/generate-odata-client.e2e.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,7 @@ describe('generate-odata-client', () => {
});

it('[E2E] should generate a OData client', async () => {
expect(
await GenerateODataClient.run([
'-i',
'edmxSource',
'-o',
'output',
'--projectDir',
pathForTests
])
).toResolve();
expect(await GenerateODataClient.run(['-i', 'edmxSource', '-o', 'output', '--projectDir', pathForTests])).toResolve();

expect(fs.readdirSync(path.resolve(pathForTests, 'output'))).toHaveLength(1);
}, 120000);
Expand Down

0 comments on commit 7f610e5

Please sign in to comment.