delete test implemented

This commit is contained in:
filipriec
2025-03-04 19:16:54 +01:00
parent 5256279b65
commit cdf49612c4
2 changed files with 223 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
// tests/tables_data/mod.rs
pub mod post_table_data_test;
pub mod put_table_data_test;
pub mod delete_table_data_test;