Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
di committed Feb 7, 2020
1 parent 3291b64 commit 75d9ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_elf_dynamic_linkers.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ def test_analyze_wheel_abi_elf_dynamic_linkers_ppc64le():
def test_analyze_wheel_abi_elf_dynamic_linkers_s390x():
winfo = analyze_wheel_abi(
'tests/integration/numpy-1.18.1-cp36-cp36m-linux_s390x.whl')
external_libs = winfo.external_refs['manylinux2014_ppc64le']['libs']
external_libs = winfo.external_refs['manylinux2014_s390x']['libs']
assert len(external_libs) == 0

0 comments on commit 75d9ddb

Please sign in to comment.