diff --git a/docs/prompts/testing/inital_test_structure.md b/docs/prompts/testing/inital_test_structure.md deleted file mode 100644 index 0d12e44..0000000 --- a/docs/prompts/testing/inital_test_structure.md +++ /dev/null @@ -1,5 +0,0 @@ -# Prompt For Creating Initial Test Structure - -Create an initial test structure in `./tests` based around pytest best practices. - -This is a placeholder until there's more content \ No newline at end of file diff --git a/tests/integration/catalog/test_step6_tool_fallback.py b/tests/integration/catalog/test_tool_fallback.py similarity index 100% rename from tests/integration/catalog/test_step6_tool_fallback.py rename to tests/integration/catalog/test_tool_fallback.py