Skip to content

Commit

Permalink
Update test/unit/schema/test_schema.py
Browse files Browse the repository at this point in the history
Co-authored-by: Dannon <[email protected]>
  • Loading branch information
jdavcs and dannon authored Apr 19, 2024
1 parent b798109 commit 90bb4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/schema/test_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def test_valid(self):
"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:
Expand Down

0 comments on commit 90bb4c9

Please sign in to comment.