We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a79ad83 commit 46170adCopy full SHA for 46170ad
airbyte_cdk/test/standard_tests/source_base.py
@@ -141,9 +141,7 @@ def test_basic_read(
141
)
142
if scenario.expect_exception and not result.errors:
143
# By now we should have raised an exception.
144
- raise AssertionError(
145
- "Expected an error but got none."
146
- )
+ raise AssertionError("Expected an error but got none.")
147
148
if not result.records:
149
raise AssertionError("Expected records but got none.") # noqa: TRY003
0 commit comments