Skip to content

Commit

Permalink
add call to '::first' in happy filter test
Browse files Browse the repository at this point in the history
  • Loading branch information
GlenDC committed Apr 5, 2024
1 parent 10d9ce1 commit 224c805
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions venndb-usage/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ mod tests {
.collect();
assert_eq!(results.len(), 1);
assert_eq!(results[0].id, 3);
assert_eq!(query.execute().unwrap().first().id, 3);

let mut query = db.query();
assert!(query.is_active(false).execute().is_none());
Expand Down

0 comments on commit 224c805

Please sign in to comment.