Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fpgmaas committed Jul 17, 2024
1 parent ec73630 commit 2e00c0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_column_comparer.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from .spark import spark
from chispa import *


def describe_assert_column_equality():
def it_throws_error_with_data_mismatch():
data = [("jose", "jose"), ("li", "li"), ("luisa", "laura")]
Expand Down

0 comments on commit 2e00c0a

Please sign in to comment.