Skip to content

Commit

Permalink
Rename package alias
Browse files Browse the repository at this point in the history
  • Loading branch information
astropenguin committed Sep 19, 2020
1 parent 0478a39 commit 58d0d26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_metadata.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import xarray_accessors as demo
import xarray_accessors


def test_author():
assert demo.__author__ == "Akio Taniguchi"
assert xarray_accessors.__author__ == "Akio Taniguchi"


def test_version():
assert demo.__version__ == "0.1.0"
assert xarray_accessors.__version__ == "0.1.0"

0 comments on commit 58d0d26

Please sign in to comment.