Skip to content

Commit 473d38d

Browse files
committed
[DATALAD RUNCMD] chore: run codespell throughout fixing a few typos interactively
=== Do not change lines below === { "chain": [], "cmd": "codespell -w -i 3 -C 4 ./oras/tests/test_oras.py", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^ Signed-off-by: Yaroslav Halchenko <[email protected]>
1 parent 04bfb2a commit 473d38d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oras/tests/test_oras.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def test_basic_push_pul_via_sha_ref(tmp_path, registry, credentials, target):
9595
@pytest.mark.with_auth(False)
9696
def test_get_delete_tags(tmp_path, registry, credentials, target):
9797
"""
98-
Test creationg, getting, and deleting tags.
98+
Test creating, getting, and deleting tags.
9999
"""
100100
client = oras.client.OrasClient(hostname=registry, insecure=True)
101101
artifact = os.path.join(here, "artifact.txt")

0 commit comments

Comments
 (0)