diff --git a/githandler/git_test.go b/githandler/git_test.go index 933bd1b..9c77f36 100644 --- a/githandler/git_test.go +++ b/githandler/git_test.go @@ -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) - }) -}