Skip to content

Commit de3108a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4405932 commit de3108a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/tag.test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,7 @@ def test_tag_filter_partial_match(self):
594594
self.assertNotIn("three", out)
595595
self.assertIn("four", out)
596596

597+
597598
class TestIssue3957(TestCase):
598599
def setUp(self):
599600
"""Executed before each test in the class"""
@@ -606,7 +607,7 @@ def test_tag_dashes_and_utf8_glyphs(self):
606607
- UTF-8 can work as first/only chars too
607608
"""
608609
crabglyph = "\U0001f980"
609-
testtags = ['', 'this-test', 'that-test.foo', f"foo-{crabglyph}"]
610+
testtags = ["", "this-test", "that-test.foo", f"foo-{crabglyph}"]
610611

611612
self.t(f"add{'\x20+'.join(testtags)} one")
612613
code, out, err = self.t("_get 1.tags")

0 commit comments

Comments
 (0)