Skip to content

Commit c4f81a0

Browse files
committed
Test case fix, returned ignored tests
1 parent dfa4db3 commit c4f81a0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/release-feature-branch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
shard:
1616
- gel
17-
# - planetscale
17+
- planetscale
1818
- singlestore-core
1919
- singlestore-proxy
2020
- singlestore-prefixed

integration-tests/tests/relational/singlestore.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3786,6 +3786,9 @@ test('Get user with invitee and posts + limit posts and users + where', async ()
37863786
ownerId: 3,
37873787
},
37883788
limit: 1,
3789+
orderBy: {
3790+
id: 'asc',
3791+
},
37893792
},
37903793
},
37913794
orderBy: {

0 commit comments

Comments
 (0)