Skip to content

Commit eb630fc

Browse files
committed
Add order by to test which can be a problem potentially.
1 parent 3ca7070 commit eb630fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TestSqlLiteDatabase/QueryTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public void TestQuery()
3131
transaction);
3232

3333
SqlLiteDatabase.Query(
34-
"select TEST_VAL1,TEST_VAL2 from TEST_TABLE",
34+
"select TEST_VAL1,TEST_VAL2 from TEST_TABLE order by 1",
3535
connection,
3636
transaction,
3737
(result) => {

0 commit comments

Comments
 (0)