Skip to content

Commit

Permalink
fix trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Xianjun Zhu committed Aug 14, 2019
1 parent 8ccd2c7 commit b276570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/main_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def test_scan_string_basic(
""".format(
expected_base64_result,
expected_hex_result,
)
),
)[1:]

mock_baseline_initialize.assert_not_called()
Expand Down

0 comments on commit b276570

Please sign in to comment.