9 lines
204 B
Python
9 lines
204 B
Python
#
|
|
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
|
|
#
|
|
|
|
|
|
def test_dummy():
|
|
"""This is just to fix customIntegration task in Gradle. It fails when pytest unable to find tests."""
|
|
assert True
|