events: Fix recently broken test

This commit is contained in:
Jonas Platte 2021-04-13 13:13:02 +02:00
parent 499c615f55
commit cc2f2a231b
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -209,7 +209,7 @@ fn edit_deserialization_061() {
formatted: None, formatted: None,
.. ..
}), }),
relates_to: Some(Relation::Custom(_)), relates_to: Some(Relation::_Custom(_)),
.. ..
} if body == "s/foo/bar" } if body == "s/foo/bar"
); );