Skip to content

Commit 9483d2b

Browse files
committed
Fixing line 46 replacing set with get
1 parent 4133ee7 commit 9483d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shpc/tests/test_version_naming.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def test_version_naming_install(tmp_path, module_sys, module_file, container_tec
4343
client = init_client(str(tmp_path), module_sys, container_tech)
4444

4545
client.settings.set("version_naming", True)
46-
assert client.settings.set("version_naming") == True
46+
assert client.settings.get("version_naming") == True
4747
# Install known tag
4848
client.install("python:3.9.2-alpine")
4949

0 commit comments

Comments
 (0)