Skip to content

Commit 7616b71

Browse files
committed
missing commas
1 parent dfff580 commit 7616b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_browser.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5548,7 +5548,7 @@ def test_error_reporting(self):
55485548
@also_with_threads
55495549
@parameterized({
55505550
'': (False,),
5551-
'es6': (True)
5551+
'es6': (True,),
55525552
})
55535553
def test_webpack(self, es6):
55545554
if es6:

0 commit comments

Comments
 (0)