Compare commits

..

2 Commits

Author SHA1 Message Date
2e05969295 Updates for release
Some checks failed
CI / CI (push) Failing after 2m18s
Release / Publish to crates.io (push) Successful in 4m0s
Release / Publish to Docker Hub (push) Failing after 13s
2023-09-20 18:18:46 -07:00
be9f117047 Use iid field (and not id) field for the correct issue ID
Some checks failed
CI / CI (push) Failing after 2m25s
2023-09-20 18:17:54 -07:00

View File

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