Skip to content

Commit e5575df

Browse files
committed
test: fix polars test_concat_diagonal_invalid again
Was so close in (#3434) to getting (#3407) [But fail](https://github.com/narwhals-dev/narwhals/actions/runs/21671044595/job/62478712486?pr=3449) ... maybe 5th's time the charm?
1 parent 204652c commit e5575df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/frame/concat_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def test_concat_diagonal_invalid(
129129
)
130130
)
131131
context: Any
132-
if impl.is_polars() and POLARS_VERSION < (1, 1): # pragma: no cover
132+
if impl.is_polars() and POLARS_VERSION <= (1, 1): # pragma: no cover
133133
context = pytest.raises(
134134
NarwhalsError,
135135
match=re.compile(r"(int.+datetime)|(datetime.+int)", re.IGNORECASE),

0 commit comments

Comments
 (0)