fix test name

This commit is contained in:
Wing Lian
2023-06-15 02:09:33 -04:00
parent baed440fa1
commit 1ab3bf3e67

View File

@@ -56,7 +56,7 @@ class TestPromptTokenizationStrategies(unittest.TestCase):
self.assertEqual(len(example[fields]), len(tokenized_conversation[fields]))
self.assertEqual(example[fields], tokenized_conversation[fields])
def test_completion(self):
def test_no_sys_prompt(self):
"""
tests the interface between the user and assistant parts
"""