Add a test to make sure we throw the right error message

This commit is contained in:
Kerollmops
2021-09-07 11:01:37 +02:00
parent fd3daa4423
commit 5989528833
2 changed files with 24 additions and 0 deletions

View File

@ -13,6 +13,7 @@ use slice_group_by::GroupBy;
mod distinct;
mod filters;
mod query_criteria;
mod sort;
pub const TEST_QUERY: &'static str = "hello world america";