Skip to content

Commit e5e19d6

Browse files
committed
chore: typo
1 parent d6ea2fe commit e5e19d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xarray/tests/test_dataarray.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7720,7 +7720,7 @@ def test_pyarrow_table_2d(self):
77207720
)
77217721

77227722
@requires_pyarrow
7723-
def test_data_array_unamed_variable(self):
7723+
def test_data_array_unnamed_variable(self):
77247724
import pyarrow as pa
77257725

77267726
da = xr.DataArray([1, 2, 3], dims=["x"], coords={"x": [0, 1, 2]})

0 commit comments

Comments
 (0)