Skip to content

Commit

Permalink
Test editable Pandas data source
Browse files Browse the repository at this point in the history
  • Loading branch information
druzsan committed Feb 14, 2024
1 parent 3fc09ca commit 9653423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/data_source/test_pandas_data_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
columns=pd.MultiIndex.from_product([[3, 3], ["baz", "foobar"]]),
),
],
ids=["df", "multiindex-df", "duplicated-multiindex-df"],
ids=["df", "multiindex-df", "non-unique-multiindex-df"],
)
def test_pandas_data_source(df: pd.DataFrame) -> None:
data_source = PandasDataSource(df)
Expand Down

0 comments on commit 9653423

Please sign in to comment.