Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Neil Vaytet <[email protected]>
  • Loading branch information
jl-wynen and nvaytet authored Apr 16, 2024
1 parent 674e0bb commit 60e3061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/transfer/link_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from scitacean.transfer.link import LinkFileTransfer

if sys.platform.startswith("win"):
pytest.skip("sLinkFileTransfer does not work on Windows", allow_module_level=True)
pytest.skip("LinkFileTransfer does not work on Windows", allow_module_level=True)


def test_download_one_file(tmp_path):
Expand Down

0 comments on commit 60e3061

Please sign in to comment.