test: add test for AB3

This commit is contained in:
ThetaDev 2022-11-22 01:37:33 +01:00
parent aaffc6404d
commit d465ec203a
2 changed files with 23 additions and 12 deletions

View file

@ -157,7 +157,7 @@ impl SearchFilter {
self
}
pub fn encode(&self) -> String {
pub(crate) fn encode(&self) -> String {
let mut filters = ProtoBuilder::new();
if let Some(date) = self.date {