Skip to content

Commit a8b0e5b

Browse files
committed
new 2
1 parent f916f60 commit a8b0e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mergin/test/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2760,7 +2760,7 @@ def test_error_monthly_contributors_limit_hit(mcStorage: MerginClient):
27602760
assert e.value.url == f"{mcStorage.url}v1/project/testpluginstorage"
27612761

27622762

2763-
def dummy_mcStorage(mcStorage: MerginClient):
2763+
def test_dummy_mcStorage(mcStorage: MerginClient):
27642764
client_workspace = None
27652765
for workspace in mcStorage.workspaces_list():
27662766
if workspace["name"] == STORAGE_WORKSPACE:

0 commit comments

Comments
 (0)