Skip to content

Commit

Permalink
tests: fixed Llmnetwork property name
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmekiska committed Jan 29, 2024
1 parent 5508eac commit 13172e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_main/test_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def test_create_network(llm_network_instance):
connect="Base your answer strictly on the following context and information:",
)

assert llm_network_instance.worker_answer_messages == [
assert llm_network_instance.worker_answers_messages == [
{"answer": "Mocked Answer"}
]

Expand Down

0 comments on commit 13172e8

Please sign in to comment.