Update tests
This commit is contained in:
parent
be7ffe3099
commit
fe7def13d3
1 changed files with 3 additions and 3 deletions
|
|
@ -144,9 +144,9 @@ func TestPRStatus_reviewsAndChecks(t *testing.T) {
|
|||
}
|
||||
|
||||
expected := []string{
|
||||
"- Checks passing - Changes requested",
|
||||
"- Checks pending - Approved",
|
||||
"- 1/3 checks failing - Review required",
|
||||
"✓ Checks passing + Changes requested",
|
||||
"- Checks pending ✓ Approved",
|
||||
"× 1/3 checks failing - Review required",
|
||||
}
|
||||
|
||||
for _, line := range expected {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue