Skip to content

Commit

Permalink
test : add test to integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
ChobobDev committed Jul 27, 2023
1 parent 88613a2 commit fe200de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test-suite/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ macro_rules! generate_store_tests {
glue!(insert, insert::insert);
glue!(delete, delete::delete);
glue!(basic, basic::basic);
glue!(array,array::array);
glue!(bitwise_and, bitwise_and::bitwise_and);
glue!(aggregate_avg, aggregate::avg::avg);
glue!(aggregate_count, aggregate::count::count);
Expand Down

0 comments on commit fe200de

Please sign in to comment.