Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yinjiaqi authored and yinjiaqi committed Dec 12, 2024
1 parent 4b5ef58 commit 9bbd96e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/tests/test_base_component.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def test_valid_output_with_str(self):
self.assertIsInstance(out2, ComponentOutput)
self.assertIsInstance(out3, ComponentOutput)
self.assertIsInstance(out4, ComponentOutput)
self.assertIsInstance(out5, ComponentOutput)

def test_valid_output_with_dict(self):
output1 = self.component.create_output(type="text", text={"info": "1"})
Expand Down

0 comments on commit 9bbd96e

Please sign in to comment.