Skip to content
Snippets Groups Projects
Commit 06bd0cb0 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-496 WIP

parent fec58ce3
Branches
Tags
No related merge requests found
# SERVER
target/
.classpath
.project
.settings
# IDE
.project
.classpath
.settings/
.idea
*.iws
*.iml
*.ipr
# Client
goofy-client/.vscode/
.attach**
.factorypath
# See http://help.github.com/ignore-files/ for more about ignoring files.
# compiled output
/dist
/tmp
/out-tsc
junit.xml
/apps/goofy-e2e/reports
/apps/goofy-e2e/recordings
.scannerwork
test-report.xml
# dependencies
/node_modules
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# misc
/.sass-cache
/connect.lock
/coverage
/libpeerconnection.log
npm-debug.log
yarn-error.log
testem.log
/typings
# System Files
.DS_Store
Thumbs.db
Source diff could not be displayed: it is too large. Options to address this: view the blob.
...@@ -30,7 +30,7 @@ class KommentarCommandControllerTest { ...@@ -30,7 +30,7 @@ class KommentarCommandControllerTest {
private MockMvc mockMvc; private MockMvc mockMvc;
@Nested @Nested
class TestCreateWiedervorlageCommandByVorgang { class TestCreateKommentarCommandByVorgang {
@InjectMocks @InjectMocks
private KommentarCommandController controller; private KommentarCommandController controller;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment