Fix another test regarding Dart components in sql

This commit is contained in:
Simon Binder 2019-12-07 18:06:42 +01:00
parent 40eaf17a7d
commit 67c3715768
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ void main() {
verify(mock.runSelect( verify(mock.runSelect(
'SELECT * FROM config WHERE config_key IN (?1, ?2) ' 'SELECT * FROM config WHERE config_key IN (?1, ?2) '
'ORDER BY config_key ASC', 'ORDER BY config.config_key ASC',
['a', 'b'], ['a', 'b'],
)); ));
}); });