Skip to content

Commit

Permalink
fix(cache): set test cache to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Comtois committed Apr 3, 2021
1 parent 9018e0d commit 6113c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/crud-typeorm/test/c.basic-crud.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ describe('#crud-typeorm', () => {
},
query: {
persist: ['isActive'],
cache: 10,
cache: 0,
},
validation: {
transform: true,
Expand Down

0 comments on commit 6113c67

Please sign in to comment.