mirror of
https://github.com/gojp/goreportcard.git
synced 2026-01-28 22:39:05 +08:00
pass bool in to Run in test
This commit is contained in:
parent
f236fc9a56
commit
4037e2b591
@@ -5,7 +5,7 @@ import (
|
||||
)
|
||||
|
||||
func TestRun(t *testing.T) {
|
||||
cr, err := Run("testdata/testrepo@v0.1.0")
|
||||
cr, err := Run("testdata/testrepo@v0.1.0", false)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user