Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
  • Loading branch information
gventuri and ellipsis-dev[bot] authored Feb 26, 2025
1 parent 6534ec0 commit a3f4ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/data_loader/test_transformation_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def test_column_expression_parse_error():
Column.is_expression_valid("invalid SELECT FROM sql")


def test_incopatible_source():
def test_incompatible_source():
source1 = Source(type="csv", path="path")
source2 = Source(
type="postgres",
Expand Down

0 comments on commit a3f4ddb

Please sign in to comment.