aboutsummaryrefslogtreecommitdiffstats
path: root/log_db/tests
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-05-02 23:38:23 +0300
committerJan Tuomi <jan@jantuomi.fi>2025-05-02 23:38:23 +0300
commite17048eddfe2df86abd2d498da2a33b9c3dd8a72 (patch)
tree4e6799cdfb0e05c9df499bcf8ec4d33d8d5ec3fd /log_db/tests
parentef72b74ec34e95a38890d542cda298dd6565d5ad (diff)
Add sort_asc param, impl demo chat app
Diffstat (limited to 'log_db/tests')
-rw-r--r--log_db/tests/integration.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/log_db/tests/integration.rs b/log_db/tests/integration.rs
index e7c6d73..2012faf 100644
--- a/log_db/tests/integration.rs
+++ b/log_db/tests/integration.rs
@@ -909,6 +909,7 @@ fn test_find_by_with_offset_and_limit() {
&QueryParams {
offset: 2,
limit: 3,
+ sort_asc: true,
},
)
.unwrap()
@@ -953,6 +954,7 @@ fn test_batch_find_by_with_offset_and_limit() {
&QueryParams {
offset: 1,
limit: 2,
+ sort_asc: true,
},
)
.unwrap()
@@ -995,6 +997,7 @@ fn test_range_by_with_offset_and_limit() {
&QueryParams {
offset: 1,
limit: 3,
+ sort_asc: true,
},
)
.unwrap()