Skip to content

Commit

Permalink
related #95 fixed failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
groenborg committed May 5, 2017
1 parent 862e2ff commit 26b1742
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions githandler/git_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,21 +161,3 @@ func TestStatusPorcelain(t *testing.T) {
})
})
}

func TestFormatPatch(t *testing.T) {

SkipConvey("Running tests on 'FormatPatch' function", t, func() {

testfixture.CreateTestRepository(t, false)

Convey("checking output", func() {
out, err := FormatPatch("origin/master")

t.Log(out)
t.Log(err)

})

testfixture.RemoveTestRepository(t)
})
}

0 comments on commit 26b1742

Please sign in to comment.