Skip to content

Commit

Permalink
rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgazelka committed Dec 19, 2024
1 parent 6552fa9 commit 8d3e4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/connect/test_print_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def test_print_schema_multiple_columns(spark_session, capsys) -> None:
assert captured.out == expected


def test_print_schema_decimal(spark_session, capsys) -> None:
def test_print_schema_floating_point(spark_session, capsys) -> None:
data = [(1.23,), (4.56,)]
df = spark_session.createDataFrame(data, ["amount"])
df.printSchema()
Expand Down

0 comments on commit 8d3e4b9

Please sign in to comment.