A function is only useful in tests
This commit is contained in:
parent
d9b11a30ec
commit
5b1adca42c
5 changed files with 10 additions and 3 deletions
|
@ -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!();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue