Skip to content
Snippets Groups Projects
Verified Commit a36248f1 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

tests for caosdb-server#134

parent e2f541f1
No related branches found
No related tags found
1 merge request!7Tests for multiple white space chars after `FROM`
Checking pipeline status
......@@ -233,3 +233,8 @@ def test_issue_120():
permission="USE:AS_REFERENCE")
entity.update(flags={"ACL": None})
assert entity.messages["Warning", 1104][0] == "User Role does not exist."
def test_issue_134():
"""multiple white space characters after `FROM`"""
db.execute_query("SELECT pname FROM ename")
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