Skip to content

Commit

Permalink
improve assert logging
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Jul 8, 2024
1 parent a2a54e9 commit 65a455b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/test_lowcode_connectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ def test_nocode_execution(connector_name: str, config: dict) -> None:
source.read()
for name, records in source.read().streams.items():
assert name
assert len(records) > 0
assert len(records) > 0, f"No records were returned from the '{name}' stream."

0 comments on commit 65a455b

Please sign in to comment.