aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_fact_sales_order.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_fact_sales_order.py')
-rw-r--r--tests/test_fact_sales_order.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test_fact_sales_order.py b/tests/test_fact_sales_order.py
index 77395a1..a245379 100644
--- a/tests/test_fact_sales_order.py
+++ b/tests/test_fact_sales_order.py
@@ -4,7 +4,6 @@ from unittest.mock import patch
from datetime import datetime as dt
-
class TestCreateDimDesign:
def test_dim_design_returns_dataframe(self):
d = {
@@ -135,7 +134,6 @@ class TestCreateDimCounterparty:
class TestCreateDimCurrency:
-
def test_dim_currency_returns_columns_and_values(self):
nones = [None, None, None]
d = {
@@ -246,4 +244,3 @@ class TestCreateDimTransaction:
}
result = create_dim_transaction(dict_df)
assert list(result.columns) == ["transaction_id", "some_other_id"]
-
git.ajschof.me — hosted by ajschofield — powered by cgit