Skip to content

Commit

Permalink
delete helloworld_noremote.
Browse files Browse the repository at this point in the history
  • Loading branch information
tamada committed Jun 5, 2019
1 parent 2228c4f commit abdb640
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 25 deletions.
1 change: 0 additions & 1 deletion lib/git_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ func TestFindRemotes(t *testing.T) {
}{
{"../testdata/dummygit", true, 0},
{"../testdata/helloworld", false, 1},
{"../testdata/helloworld_noremote", false, 0},
}
for _, td := range testdata {
var remotes, err = FindRemotes(td.path)
Expand Down
17 changes: 0 additions & 17 deletions testdata/helloworld_noremote/README.md

This file was deleted.

7 changes: 0 additions & 7 deletions testdata/helloworld_noremote/hello.go

This file was deleted.

0 comments on commit abdb640

Please sign in to comment.