From c1e620f3c5efb75aa83a964860c856b5fdcefe8c Mon Sep 17 00:00:00 2001 From: uditchaudhary Date: Tue, 3 Sep 2024 18:03:36 +0530 Subject: [PATCH] chore: fix tests --- .gitignore | 3 +++ .../integration_tests/fixtures/source-test/source_test/run.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9b752740..1666fe96 100644 --- a/.gitignore +++ b/.gitignore @@ -130,3 +130,6 @@ dmypy.json # Cython debug symbols cython_debug/ + +# Pycharm +.idea \ No newline at end of file diff --git a/tests/integration_tests/fixtures/source-test/source_test/run.py b/tests/integration_tests/fixtures/source-test/source_test/run.py index 80f8c345..e18f4a5b 100644 --- a/tests/integration_tests/fixtures/source-test/source_test/run.py +++ b/tests/integration_tests/fixtures/source-test/source_test/run.py @@ -155,7 +155,7 @@ }, } sample_record_primary_key_with_dot = { - "type": "RECORD" + "type": "RECORD", "record": { "data": { "table1.Column1": "value1",