mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-14 06:16:12 +01:00
fixed platform dependencies
This commit is contained in:
@@ -207,7 +207,8 @@ class QueryTests: BaseTestDataTestCase {
|
||||
|
||||
let from = From<TestEntity1>(configurations)
|
||||
let queryClauses: [QueryClause] = [
|
||||
Where("%K > %@", "testNumber", 1)
|
||||
Where("%K > %@", "testNumber", 1),
|
||||
OrderBy(.Ascending("testEntityID"))
|
||||
]
|
||||
do {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user