13 lines
314 B
Python
13 lines
314 B
Python
#
|
|
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
|
|
#
|
|
|
|
|
|
def test_dummy():
|
|
"""
|
|
The new CAT package requires presence at least one DUMMY test,
|
|
to satisfy the `_customIntegrationTestsCoverage`.
|
|
TODO: this should not be required when testing the connectors using CAT/SAT
|
|
"""
|
|
assert True
|