Skip to content

Commit

Permalink
Add back older test.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Oct 1, 2019
1 parent bdc63ff commit db39a07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xarray/tests/test_concat.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ def test_concat_compat():
for var in ["has_x", "no_x_y"]:
assert "y" not in result[var]

with raises_regex(ValueError, "One or more of the specified variables"):
concat([ds1, ds2], dim="q")


class TestConcatDataset:
@pytest.fixture
Expand Down

0 comments on commit db39a07

Please sign in to comment.