Skip to content

Commit 6a290f5

Browse files
Gareth Aneurin TribelloGareth Aneurin Tribello
authored andcommitted
Fixed another mistake
1 parent 2408d40 commit 6a290f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_formatter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def testSimple(self) :
2121
keydict = getPlumedSyntax( ("plumed",) )
2222

2323
# Setup a plumed formatter
24-
f = PlumedFormatter( keyword_dict=keydict, input_name="testout", hasload=False, broken=False, actions=set({}), valuedict=dict({}), auxinputs=[], auxinputlines=[], actions=actions, checkaction="" )
24+
f = PlumedFormatter( keyword_dict=keydict, input_name="testout", hasload=False, broken=False, actions=set({}), valuedict=dict({}), auxinputs=[], auxinputlines=[], checkaction="" )
2525

2626
# Now run over all the inputs in the json
2727
for item in tests["regtests"] :

0 commit comments

Comments
 (0)