Skip to content

Commit

Permalink
Fix: Correct name to not redefine actual function to test
Browse files Browse the repository at this point in the history
  • Loading branch information
SverreNystad committed Sep 20, 2023
1 parent 9b6b7bb commit 4c21d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/text_generation/test_text_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def test_Chatbot():
generator: TextGenerator = Chatbot("DUMMY_KEY")
assert isinstance(generator, TextGenerator), "The generator was not an TextGenerator"

def get_default_text_generator():
def get_default_text_generator_llm():
# Arrange
get_llm = True
# Act
Expand Down

0 comments on commit 4c21d5f

Please sign in to comment.