diff --git a/moor/test/parsed_sql/moor_files_integration_test.dart b/moor/test/parsed_sql/moor_files_integration_test.dart index d7eb80c5..b1a7e917 100644 --- a/moor/test/parsed_sql/moor_files_integration_test.dart +++ b/moor/test/parsed_sql/moor_files_integration_test.dart @@ -66,7 +66,7 @@ void main() { verify(mock.runSelect( 'SELECT * FROM config WHERE config_key IN (?1, ?2) ' - 'ORDER BY config_key ASC', + 'ORDER BY config.config_key ASC', ['a', 'b'], )); });