Skip to content

Commit c93cc50

Browse files
(chore) renamed unit_test.py to test.py
1 parent 3e8c216 commit c93cc50

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
4141
- name: Run tests
4242
run: |
43-
pytest plurals/unit_test.py
43+
pytest plurals/tests.py
4444
4545
build-and-deploy-docs:
4646
runs-on: ubuntu-latest

plurals/unit_test.py renamed to plurals/tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,6 @@ def test_set_all_individual_agent_combination_instructions(self):
10521052
)
10531053

10541054
self.assertNotIn("${previous_responses}", agent2.prompts[0]["user"])
1055-
10561055
self.assertIn("Counter the previous point:", agent2.prompts[0]["user"])
10571056

10581057
def test_set_some_individual_agent_combination_instructions(self):

0 commit comments

Comments
 (0)