aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_dataframes.py
diff options
context:
space:
mode:
authorT-Aji <tolujbd2@gmail.com>2024-08-28 12:48:13 +0100
committerT-Aji <tolujbd2@gmail.com>2024-08-28 12:48:13 +0100
commit03a5959df25f74d52ed5393c2a5af6b1b9eb34c9 (patch)
treef460c9eba49b91366334e8fd59533ea2474e3cd6 /tests/test_dataframes.py
parent65b1ca8b41488eba4db9bcb9773d857493e87b25 (diff)
downloadde-project-bentley-03a5959df25f74d52ed5393c2a5af6b1b9eb34c9.tar.gz
de-project-bentley-03a5959df25f74d52ed5393c2a5af6b1b9eb34c9.zip
refactored functs to include columns instead of drop columns
Diffstat (limited to 'tests/test_dataframes.py')
-rw-r--r--tests/test_dataframes.py2
1 files changed, 1 insertions, 1 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
git.ajschof.me — hosted by ajschofield — powered by cgit