Skip to content

Commit 9a72f99

Browse files
committed
Fix whitespace.
1 parent 1c5be51 commit 9a72f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lupa/tests/test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2905,7 +2905,7 @@ def test_all_types(self):
29052905
if objtype not in {'number', 'string'}:
29062906
self.assertIncorrect('python.args{[kwargs["%s"]] = true}' % objtype,
29072907
regex='table key is neither an integer nor a string')
2908-
2908+
29092909
def test_kwargs_merge(self):
29102910
self.assertResult('python.args{1, a=1}, python.args{2}, python.args{}, python.args{b=2}', (1, 2), dict(a=1, b=2))
29112911

0 commit comments

Comments
 (0)