Browse Source

Replace double quotes with single quotes

pull/2303/head
MikeTheReader 7 years ago
parent
commit
7c882a457b
  1. 2
      tests/test_helpers.py

2
tests/test_helpers.py

@ -945,7 +945,7 @@ class TestSafeJoin(object):
class TestHelpers(object):
@pytest.mark.parametrize("debug, expected_flag, expected_default_flag", [
@pytest.mark.parametrize('debug, expected_flag, expected_default_flag', [
('', None, True),
('0', False, False),
('False', False, False),

Loading…
Cancel
Save