Skip to content

Commit

Permalink
Pass a real dir in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Robdel12 committed Sep 12, 2019
1 parent 9fd277e commit 1c483a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/commands/snapshot.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ describe('snapshot', () => {
const staticSnapshotServiceStub = StaticSnapshotServiceStub()

const stdout = await captureStdOut(async () => {
await Snapshot.run(['./dummy-test-dir'])
await Snapshot.run(['./'])
})

chai.expect(agentServiceStub.start).to.be.calledWith(DEFAULT_CONFIGURATION)
Expand Down

0 comments on commit 1c483a1

Please sign in to comment.