8 lines
106 B
Python
8 lines
106 B
Python
#
|
|
# Copyright (c) 2021 Airbyte, Inc., all rights reserved.
|
|
#
|
|
|
|
|
|
def test_example_method():
|
|
assert True
|