events: Fix a test

This commit is contained in:
Jonas Platte 2021-09-15 20:36:15 +02:00
parent 0196c53530
commit b0e6b22ffe
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

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