A function is only useful in tests

This commit is contained in:
daladim 2021-04-17 20:20:30 +02:00
parent d9b11a30ec
commit 5b1adca42c
5 changed files with 10 additions and 3 deletions

View file

@ -47,6 +47,7 @@ impl Event {
self.sync_status = new_status;
}
#[cfg(any(test, feature = "integration_tests"))]
pub fn has_same_observable_content_as(&self, _other: &Event) -> bool {
unimplemented!();
}