瀏覽代碼

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

Getty Ritter 4 年之前
父節點
當前提交
299e09b553
共有 1 個文件被更改,包括 1 次插入1 次删除
  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):