Skip to content

Commit

Permalink
Fix one test
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrl committed Sep 17, 2024
1 parent 62310ec commit fe6fe84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/components/joiners/test_string_joiner.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_single_string(self):
def test_two_strings(self):
joiner = StringJoiner()
result = joiner.run(["a", "b"])
assert result == {"answers": ["a", "b"]}
assert result == {"strings": ["a", "b"]}

@pytest.mark.integration
def test_with_pipeline(self):
Expand Down

0 comments on commit fe6fe84

Please sign in to comment.