Skip to content

Commit

Permalink
fixes testcase function name
Browse files Browse the repository at this point in the history
  • Loading branch information
hrishin authored and tekton-robot committed May 15, 2019
1 parent 7f338bd commit 4ae2036
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkg/cmd/pipelinerun/list_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,15 @@ func TestListPipelineRuns(t *testing.T) {
}
}

<<<<<<< HEAD
func TestListPipeline_empty(t *testing.T) {
cs, _ := pipelinetest.SeedTestData(pipelinetest.Data{})
p := &tu.Params{Client: cs.Pipeline}
=======
func TestListPipelineRuns_empty(t *testing.T) {
cs, _ := test.SeedTestData(test.Data{})
p := &tu.TestParams{Client: cs.Pipeline}
>>>>>>> fixes testcase function name

pipeline := Command(p)
output, err := tu.ExecuteCommand(pipeline, "list", "-n", "ns")
Expand Down

0 comments on commit 4ae2036

Please sign in to comment.