Skip to content

Commit

Permalink
Add intentional error
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemassa committed Aug 12, 2024
1 parent e23533c commit 41b8f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/e2e.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,5 +175,5 @@ func cleanUp(ctx context.Context, t *E2ETester, pullRequestNumber int, branchNam
}
log.Printf("deleted branch %s", deleteBranchName)

return nil
return fmt.Errorf("INTENTIONAL ERROR")
}

0 comments on commit 41b8f26

Please sign in to comment.