Browse Source

Automatic formatting commit: 2020-04-18T11:47:44.606778

Getty Ritter 4 years ago
parent
commit
299e09b553
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/model.py

+ 1 - 1
tests/model.py

@@ -98,7 +98,7 @@ class Testdb:
         req = r.Link("http://foo.com", "foo", "", False, ["food/bread/rye"])
         l = m.Link.from_request(u, req)
         assert l.name == req.name
-        tag_names = {t.tag.name for t in l.tags} # type: ignore
+        tag_names = {t.tag.name for t in l.tags}  # type: ignore
         assert tag_names == {"food", "food/bread", "food/bread/rye"}
 
     def test_create_invite(self):