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 Dec 16, 2023
1 parent a3d44b7 commit bcb497d
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 bcb497d

Please sign in to comment.