the tests for the put endpoint is now being tested and passing but its not what i would love

This commit is contained in:
filipriec
2025-06-23 23:25:45 +02:00
parent d8758f7531
commit f9a78e4eec
5 changed files with 729 additions and 282 deletions

View File

@@ -1,6 +1,6 @@
// tests/tables_data/mod.rs
pub mod post_table_data_test;
// pub mod put_table_data_test;
// pub mod post_table_data_test;
pub mod put_table_data_test;
// pub mod delete_table_data_test;
// pub mod get_table_data_test;
// pub mod get_table_data_count_test;