diff --git a/dbt-tests-adapter/dbt/tests/adapter/simple_snapshot/new_record_mode.py b/dbt-tests-adapter/dbt/tests/adapter/simple_snapshot/new_record_mode.py index 685fabd7..0430e8a2 100644 --- a/dbt-tests-adapter/dbt/tests/adapter/simple_snapshot/new_record_mode.py +++ b/dbt-tests-adapter/dbt/tests/adapter/simple_snapshot/new_record_mode.py @@ -247,4 +247,4 @@ def test_snapshot_new_record_mode( assert sum( [1 for c in check_result if c[valid_to] is not None and c[scd_id] is not None and c[is_deleted] == "False"] ) == 1 - assert check_result[0][scd_id] != check_result[1][scd_id] \ No newline at end of file + assert check_result[0][scd_id] != check_result[1][scd_id]