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