diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f8c449..9bdda00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: - name: Run tests run: | - pytest plurals/unit_test.py + pytest plurals/tests.py build-and-deploy-docs: runs-on: ubuntu-latest diff --git a/plurals/unit_test.py b/plurals/tests.py similarity index 99% rename from plurals/unit_test.py rename to plurals/tests.py index fdc4428..3e013bb 100644 --- a/plurals/unit_test.py +++ b/plurals/tests.py @@ -1052,7 +1052,6 @@ def test_set_all_individual_agent_combination_instructions(self): ) self.assertNotIn("${previous_responses}", agent2.prompts[0]["user"]) - self.assertIn("Counter the previous point:", agent2.prompts[0]["user"]) def test_set_some_individual_agent_combination_instructions(self):