winglian commited on
Commit
1ab3bf3
1 Parent(s): baed440

fix test name

Browse files
Files changed (1) hide show
  1. tests/test_prompt_tokenizers.py +1 -1
tests/test_prompt_tokenizers.py CHANGED
@@ -56,7 +56,7 @@ class TestPromptTokenizationStrategies(unittest.TestCase):
56
  self.assertEqual(len(example[fields]), len(tokenized_conversation[fields]))
57
  self.assertEqual(example[fields], tokenized_conversation[fields])
58
 
59
- def test_completion(self):
60
  """
61
  tests the interface between the user and assistant parts
62
  """
 
56
  self.assertEqual(len(example[fields]), len(tokenized_conversation[fields]))
57
  self.assertEqual(example[fields], tokenized_conversation[fields])
58
 
59
+ def test_no_sys_prompt(self):
60
  """
61
  tests the interface between the user and assistant parts
62
  """