We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent add6a37 commit 5752a18Copy full SHA for 5752a18
service/src/test/java/uk/nhs/adaptors/gp2gp/common/task/TaskErrorHandlerTest.java
@@ -49,13 +49,10 @@ class TaskErrorHandlerTest {
49
@InjectMocks
50
private TaskErrorHandler taskErrorHandler;
51
52
- private boolean skipSetup;
53
54
@BeforeEach
55
void setUp() {
56
- if (!skipSetup) {
57
- when(taskDefinition.getTaskType()).thenReturn(GET_GPC_STRUCTURED);
58
- }
+ when(taskDefinition.getTaskType()).thenReturn(GET_GPC_STRUCTURED);
59
}
60
61
@Test
0 commit comments