Skip to content

Commit

Permalink
Use relative path in test
Browse files Browse the repository at this point in the history
  • Loading branch information
kuychaco committed Aug 22, 2019
1 parent ceaeaa8 commit e23328a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/test/unit/git/stash-test.ts
Expand Up @@ -92,7 +92,7 @@ describe('git/stash', () => {
expect(files).toHaveLength(1)
expect(files[0].status.kind).toBe(AppFileStatusKind.Untracked)

await createDesktopStashEntry(repository, 'master', [untrackedFile])
await createDesktopStashEntry(repository, 'master', ['not-tracked.txt'])

status = await getStatusOrThrow(repository)
files = status.workingDirectory.files
Expand Down

0 comments on commit e23328a

Please sign in to comment.