(obj, name)
| 116 | last_action = (new_time, description) |
| 117 | |
| 118 | def check_obj(obj, name): |
| 119 | update_last(obj["publishedAt"], f"{name} publishedAt: {obj}") |
| 120 | update_last(obj["updatedAt"], f"{name} updatedAt: {obj}") |
| 121 | update_last(obj["lastEditedAt"], f"{name} lastEditedAt: {obj}") |
| 122 | update_last(obj["createdAt"], f"{name} lastEditedAt: {obj}") |
| 123 | |
| 124 | check_obj(pr, "pr") |
| 125 |
no test coverage detected
searching dependent graphs…