test create index

This commit is contained in:
mpostma
2021-02-18 19:50:52 +01:00
parent 588add8bec
commit 72eed0e369
8 changed files with 689 additions and 0 deletions

2
tests/index/mod.rs Normal file
View File

@ -0,0 +1,2 @@
mod create_index;
mod get_index;