Unverified Commit 90bb4c93 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 b7981095
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ class TestTagPattern:
            "a.b:c.d:e.f::g:h",
            "a::a",  # leading colon for tag value
            "a:.a",  # leading period for tag value
            "a:a:",  # training colon OK for tag value
            "a:a:",  # trailing colon OK for tag value
            "a:a.",  # training period OK for tag value
        ]
        for t in tag_strings: