Skip to content
Snippets Groups Projects
Commit c7aa1971 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

DOC: Add in-line comment on list test

parent b5fe5a6c
No related branches found
No related tags found
2 merge requests!149Release 0.15.1,!148F fix datetime value
Pipeline #54278 passed with warnings
......@@ -73,6 +73,8 @@ def test_issue_128():
https://gitlab.com/linkahead/linkahead-pylib/-/issues/128.
"""
# Test assignement correct assignment for both datatype=DATETIME
# and datatype=LIST<DATETIME>, just to be sure.
prop = db.Property(name="TestDatetime", datatype=db.DATETIME)
prop_list = db.Property(name="TestListDatetime", datatype=db.LIST(db.DATETIME))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment