Skip to content

Commit 267fe7d

Browse files
committed
fix signature
1 parent 01e18dd commit 267fe7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiita_client/tests/test_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def func(a, b, c, d):
7575

7676
def test__push_artifacts_files_to_central(self):
7777
class fakeClient():
78-
def __init__():
78+
def __init__(self):
7979
self._plugincoupling = 'null protocol'
8080

8181
def push_file_to_central(self, filepath):

0 commit comments

Comments
 (0)