test: add test for AB3
This commit is contained in:
parent
aaffc6404d
commit
d465ec203a
2 changed files with 23 additions and 12 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Reference in a new issue