Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
winder committed Aug 19, 2024
1 parent 052e284 commit c521e9d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion execute/exectypes/outcome_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,13 @@ func TestPluginState_Next(t *testing.T) {
want: GetMessages,
},
{
name: "Phase 2 to 1",
name: "Phase 2 to 3",
p: GetMessages,
want: Filter,
},
{
name: "Phase 3 to 1",
p: Filter,
want: GetCommitReports,
},
{
Expand Down

0 comments on commit c521e9d

Please sign in to comment.