aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_dataframes.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_dataframes.py b/tests/test_dataframes.py
index ff282eb..ea7bad1 100644
--- a/tests/test_dataframes.py
+++ b/tests/test_dataframes.py
@@ -227,7 +227,6 @@ class TestCreateDimDate:
expected_df, axis="columns").all(axis=None)
-
class TestCreateDimLocation:
def test_returns_correct_columns_lo(self):
dict_df = {
@@ -302,6 +301,5 @@ class TestCreateFactPayment:
for col in expected_cols:
-
if "_date" or "_time" in col:
assert result[col].dtype == "O"
git.ajschof.me — hosted by ajschofield — powered by cgit