Compare commits
2 Commits
2e05969295
...
c694b20c20
Author | SHA1 | Date | |
---|---|---|---|
c694b20c20 | |||
3f42a08bcb |
@ -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"),
|
||||||
|
Loading…
Reference in New Issue
Block a user