Skip to content

Commit

Permalink
add fixture definition for setBranch
Browse files Browse the repository at this point in the history
  • Loading branch information
tafseer-khan committed Jul 31, 2023
1 parent 7a7854a commit 3ae856e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libdream/registry/fixtures.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ type FixtureDefinition struct {
}

var FixtureMap = map[string]FixtureDefinition{
"setBranch": {
Description: "set the default branch for protocols to resolve",
ImportRef: "libdream/common/fixtures",
},
"createProjectWithJobs": {Description: "creates jobs for code and config repos", ImportRef: "patrick"},
"pushAll": {
Description: "pushes all ",
Expand Down

0 comments on commit 3ae856e

Please sign in to comment.