Compare commits

..

2 Commits

Author SHA1 Message Date
c694b20c20 Updates for release
All checks were successful
CI / CI (push) Successful in 7m40s
2023-09-20 18:29:07 -07:00
3f42a08bcb Use iid field (and not id) field for the correct issue ID 2023-09-20 18:29:07 -07:00

View File

@ -587,7 +587,7 @@ mod test {
.. ..
} => { } => {
assert_eq!(user.name, "Administrator"); assert_eq!(user.name, "Administrator");
assert_eq!(object_attributes.id, 301); assert_eq!(object_attributes.iid, 23);
assert_eq!(object_attributes.action, IssueAction::Open); assert_eq!(object_attributes.action, IssueAction::Open);
} }
_ => panic!("not an issue event"), _ => panic!("not an issue event"),