Skip to content

Commit

Permalink
#4: Reformatted so that linter is fine
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Hoffmann <[email protected]>
  • Loading branch information
dh1542 committed Oct 29, 2024
1 parent 6835e59 commit 67c35d9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
from src.sdk.python.rtdip_sdk.pipelines.monitoring.spark.data_quality.duplicate_detection import DuplicateDetection



@pytest.fixture(scope="session")
def spark_session():
return SparkSession.builder.master("local[2]").appName("test").getOrCreate()
Expand Down Expand Up @@ -58,4 +57,4 @@ def test_duplicate_detection(spark_session: SparkSession):

assert expected_df.columns == actual_df.columns
assert expected_df.schema == actual_df.schema
assert expected_df.collect() == actual_df.collect()
assert expected_df.collect() == actual_df.collect()

0 comments on commit 67c35d9

Please sign in to comment.