From 0ff29566a1eb9551bb83bcc07705c932d22f8c08 Mon Sep 17 00:00:00 2001 From: Ellie Date: Fri, 23 Aug 2024 17:06:59 +0100 Subject: add updated test --- tests/test_load_lambda.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/test_load_lambda.py') diff --git a/tests/test_load_lambda.py b/tests/test_load_lambda.py index 3e42c2a..e04ccec 100644 --- a/tests/test_load_lambda.py +++ b/tests/test_load_lambda.py @@ -69,10 +69,10 @@ class TestConvertParquetToDfs: result = convert_parquet_files_to_dfs(bucket_name="transform_bucket", client=mock_s3_client) assert result == {} - def test_function_returns_dictionary_with_table_with_file_key(): - # need to mock parquet file and upload to mock bucket - result = convert_parquet_files_to_dfs(bucket_name="transform_bucket", client=mock_s3_client) - assert "dim_staff" in result + # def test_function_returns_dictionary_with_table_with_file_key(): + # # need to mock parquet file and upload to mock bucket + # result = convert_parquet_files_to_dfs(bucket_name="transform_bucket", client=mock_s3_client) + # assert "dim_staff" in result class TestUploadDfsToDatabase: pass \ No newline at end of file -- cgit v1.2.3