Skip to content

Commit f95fddc

Browse files
committed
Add missing trailing comma
1 parent 126e484 commit f95fddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_vws.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def test_get_target_summary_report(
212212
tracking_rating=result.tracking_rating,
213213
total_recos=0,
214214
current_month_recos=0,
215-
previous_month_recos=0
215+
previous_month_recos=0,
216216
)
217217
assert result == expected_report
218218

0 commit comments

Comments
 (0)