Skip to content
Snippets Groups Projects
Commit 01beae7d authored by florian's avatar florian
Browse files

STY: WS

parent b5cd26b2
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,7 @@ def test_datatype_overriding_update():
with raises(TransactionError) as te:
p.datatype = "INT"
p.update()
assert "Unknown datatype." == te.value.get_errors()[0].msg
p.datatype = "INTEGER"
......
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