Unverified Commit ac8338f6 authored by John Davis's avatar John Davis Committed by GitHub
Browse files

Update test/unit/schema/test_schema.py



Co-authored-by: default avatarDannon <dannon.baker@gmail.com>
parent 90bb4c93
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ class TestTagPattern:
            "a::a",  # leading colon for tag value
            "a:.a",  # leading period for tag value
            "a:a:",  # trailing colon OK for tag value
            "a:a.",  # training period OK for tag value
            "a:a.",  # trailing period OK for tag value
        ]
        for t in tag_strings:
            assert re.match(TAG_ITEM_PATTERN, t)