Co-authored-by: Ben Church <ben@airbyte.io> Co-authored-by: bnchrch <bnchrch@users.noreply.github.com> Co-authored-by: alafanechere <augustin.lafanechere@gmail.com> Co-authored-by: Augustin <augustin@airbyte.io> Co-authored-by: Marius Posta <marius@airbyte.io> Co-authored-by: alafanechere <alafanechere@users.noreply.github.com>
10 lines
154 B
Python
10 lines
154 B
Python
#
|
|
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
|
|
#
|
|
|
|
from source_intercom import SourceIntercom
|
|
|
|
|
|
def test_source():
|
|
assert SourceIntercom()
|