pass bool in to Run in test

This commit is contained in:
80111+shawnps@users.noreply.github.com
2024-03-31 12:32:21 +09:00
parent f236fc9a56
commit 4037e2b591

View File

@@ -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)
}