Small SQL formatting fix
This commit is contained in:
parent
d2baf242fb
commit
b182bd9a69
2 changed files with 2 additions and 2 deletions
|
|
@ -270,7 +270,7 @@ messages.
|
|||
|
||||
with app.app_context():
|
||||
assert get_db().execute(
|
||||
"select * from user where username = 'a'",
|
||||
"SELECT * FROM user WHERE username = 'a'",
|
||||
).fetchone() is not None
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue