diff --git a/jest.config.js b/jest.config.js index eb987708aa76..ab2c159af355 100644 --- a/jest.config.js +++ b/jest.config.js @@ -105,10 +105,10 @@ module.exports = { coverageThreshold: { global: { // TODO: in the future, the following values should increase to at least 90% - statements: 87.78, - branches: 73.93, - functions: 82.47, - lines: 87.83, + statements: 87.81, + branches: 73.97, + functions: 82.50, + lines: 87.86, }, }, coverageReporters: ['clover', 'json', 'lcov', 'text-summary'], diff --git a/src/main/webapp/app/entities/attachment.model.ts b/src/main/webapp/app/entities/attachment.model.ts index c070019513ee..78e6b639da8d 100644 --- a/src/main/webapp/app/entities/attachment.model.ts +++ b/src/main/webapp/app/entities/attachment.model.ts @@ -20,6 +20,4 @@ export class Attachment implements BaseEntity { lecture?: Lecture; exercise?: Exercise; attachmentUnit?: AttachmentUnit; - - constructor() {} } diff --git a/src/main/webapp/app/lecture/close-edit-lecture-dialog/close-edit-lecture-modal.component.html b/src/main/webapp/app/lecture/close-edit-lecture-modal/close-edit-lecture-modal.component.html similarity index 87% rename from src/main/webapp/app/lecture/close-edit-lecture-dialog/close-edit-lecture-modal.component.html rename to src/main/webapp/app/lecture/close-edit-lecture-modal/close-edit-lecture-modal.component.html index afc317c054bc..d554326acf9e 100644 --- a/src/main/webapp/app/lecture/close-edit-lecture-dialog/close-edit-lecture-modal.component.html +++ b/src/main/webapp/app/lecture/close-edit-lecture-modal/close-edit-lecture-modal.component.html @@ -13,12 +13,12 @@