mirror of https://github.com/AMT-Cheif/drift.git
Fix another test regarding Dart components in sql
This commit is contained in:
parent
40eaf17a7d
commit
67c3715768
|
@ -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'],
|
||||||
));
|
));
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue