app: we don't care about "number" for now
This commit is contained in:
parent
e5bb663ee8
commit
48bb3055f3
3 changed files with 3 additions and 6 deletions
1
tests.py
1
tests.py
|
|
@ -86,7 +86,6 @@ def TC(**kwargs) -> TeilchenCreate | None:
|
|||
("a. #", TC(name="a", description="", tags="", text="a. #")),
|
||||
("a. ##", TC(name="a", description="", tags="", text="a. ##")),
|
||||
("a. #tag with spaces", TC(name="a", tags="#tag", text="a. #tag with spaces")),
|
||||
# do we care about "number"?
|
||||
],
|
||||
)
|
||||
async def test_maketeilcheninput_can_create_desired_teilchen(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue