Skip to content

Commit

Permalink
fix vendor test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascolley committed Dec 26, 2024
1 parent d17fd2f commit 58ed3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor_tests/test_vendor.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ def test_vendor_extra():

def test_vendor_extra_uses_vendor_compat():
from ._array_api_compat_vendor import array_namespace as n1
from .array_api_extra._lib._compat import array_namespace as n2
from .array_api_extra._lib._utils._compat import array_namespace as n2

assert n1 is n2

0 comments on commit 58ed3dc

Please sign in to comment.