Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 1069fc9

Browse files
remove extra fixture
1 parent 879b702 commit 1069fc9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/fixtures/props/github-tab-props.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ export function gitHubTabItemProps(atomEnv, repository, overrides = {}) {
1212
workspace: atomEnv.workspace,
1313
repository,
1414
loginModel: new GithubLoginModel(InMemoryStrategy),
15-
project: {
16-
getPaths: () => [],
17-
},
1815
changeWorkingDirectory: () => {},
1916
onDidChangeWorkDirs: () => {},
2017
getCurrentWorkDirs: () => [],
@@ -45,7 +42,6 @@ export function gitHubTabControllerProps(atomEnv, repository, overrides = {}) {
4542

4643
export function gitHubTabViewProps(atomEnv, repository, overrides = {}) {
4744
return {
48-
project: atomEnv.project,
4945
workspace: atomEnv.workspace,
5046
remoteOperationObserver: new OperationStateObserver(repository, PUSH, PULL, FETCH),
5147
loginModel: new GithubLoginModel(InMemoryStrategy),

0 commit comments

Comments
 (0)