fix: Do not use the version from npm packages

This commit is contained in:
Faruk AYDIN
2024-05-03 15:00:08 +02:00
parent a709565336
commit c721f063ef
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ describe('GET /api/v1/automatisch/version', () => {
const expectedPayload = {
data: {
version: '0.10.0',
version: '0.11.0',
},
meta: {
count: 1,