aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_dataframes.py2
-rw-r--r--tests/test_transform_lambda.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_dataframes.py b/tests/test_dataframes.py
index ea7bad1..7dd592a 100644
--- a/tests/test_dataframes.py
+++ b/tests/test_dataframes.py
@@ -1,4 +1,4 @@
-from src.dataframes import *
+from src.transform_lambda.dataframes import *
import pandas as pd
from unittest.mock import patch
from datetime import datetime as dt
diff --git a/tests/test_transform_lambda.py b/tests/test_transform_lambda.py
index 6cf3a09..35d7e3c 100644
--- a/tests/test_transform_lambda.py
+++ b/tests/test_transform_lambda.py
@@ -1,4 +1,4 @@
-from src.transform_lambda import (
+from src.transform_lambda.transform_lambda import (
read_from_s3_subfolder_to_df,
list_existing_s3_files,
bucket_name,
git.ajschof.me — hosted by ajschofield — powered by cgit