Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a1e5f79

Browse files
committed
bugfix
1 parent 405e6af commit a1e5f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/logic/github_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
func TestPullPR(t *testing.T) {
1818
logger.Init(config.ROOT+"/log", config.ConfigFile.MustValue("global", "log_level", "DEBUG"))
1919

20-
err := logic.DefaultGithub.PullPR("studygolang/GCTT")
20+
err := logic.DefaultGithub.PullPR("studygolang/GCTT", false)
2121
if err != nil {
2222
t.Error("pull request error:", err)
2323
}

0 commit comments

Comments
 (0)