refactor: rename test files to clarify API-only scope
Rename roasters.rs to roasters_api.rs and roasts.rs to roasts_api.rs to make it clear these files only test the /api/v1 endpoints, not the page endpoints. Co-authored-by: jnsgruk <668505+jnsgruk@users.noreply.github.com>
This commit is contained in:
parent
807f438a82
commit
996f7b0432
3 changed files with 2 additions and 2 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
pub mod helpers;
|
pub mod helpers;
|
||||||
pub mod roasters;
|
pub mod roasters_api;
|
||||||
pub mod roasts;
|
pub mod roasts_api;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue