Skip to content

Commit

Permalink
update a test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-beedie committed Oct 24, 2023
1 parent b9ade90 commit e0825ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/tests/unit/namespaces/test_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def test_undo_aliases() -> None:

e.alias("bar").alias("foo")
assert e.meta.undo_aliases().meta == e
assert e.suffix("ham").meta.undo_aliases().meta == e
assert e.name.suffix("ham").meta.undo_aliases().meta == e


def test_meta_has_multiple_outputs() -> None:
Expand Down

0 comments on commit e0825ca

Please sign in to comment.