Skip to content

Commit

Permalink
Update tests/smoke/integrate/test_package.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nstarman committed Jan 20, 2024
1 parent f515d29 commit 80b8656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/smoke/integrate/test_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from galax import integrate


def test_version():
def test_all():
"""Test the API."""
assert set(integrate.__all__) == set(
integrate._base.__all__ + integrate._builtin.__all__
Expand Down

0 comments on commit 80b8656

Please sign in to comment.