1
0
mirror of synced 2026-01-08 21:05:13 -05:00
Files
airbyte/airbyte-integrations/bases/source-acceptance-test/source_acceptance_test/__init__.py
Eugene Kulak 2a015a8408 SAT: Introduce new way to compare records based on PK #9718 (#9768)
* fix asserts

Co-authored-by: Eugene Kulak <kulak.eugene@gmail.com>
2022-01-27 17:12:46 +02:00

8 lines
113 B
Python

#
# Copyright (c) 2021 Airbyte, Inc., all rights reserved.
#
from .base import BaseTest
__all__ = ["BaseTest"]