Skip to content

Commit

Permalink
remove .only() in test file
Browse files Browse the repository at this point in the history
  • Loading branch information
wernst committed Jun 12, 2024
1 parent f7d20d8 commit a1e768e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/db/test/db.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,7 @@ describe('ORDER & LIMIT & Pagination', () => {
}
});

it.only('orders correctly with deleted entity', async () => {
it('orders correctly with deleted entity', async () => {
const db = new DB({
schema: {
collections: {
Expand Down

0 comments on commit a1e768e

Please sign in to comment.