Skip to content

Commit 548be25

Browse files
committed
update tests
1 parent dccd6ae commit 548be25

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

tests/e2e/orm/client-api/find.test.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,6 @@ describe('Client find tests ', () => {
126126
email: 'u2@test.com',
127127
});
128128

129-
// multiple sorting conditions in one object
130-
await expect(
131-
client.user.findFirst({
132-
orderBy: { role: 'asc', email: 'desc' },
133-
}),
134-
).resolves.toMatchObject({ email: 'u2@test.com' });
135-
136129
// multiple sorting conditions in array
137130
await expect(
138131
client.user.findFirst({

0 commit comments

Comments
 (0)