Skip to content

Commit bb88a75

Browse files
Fix name of test of ShortCircuitWorkerService (#96)
Signed-off-by: Tristan <[email protected]>
1 parent 084f56b commit bb88a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/gridsuite/shortcircuit/server/service/ShortCircuitServiceTest.java renamed to src/test/java/org/gridsuite/shortcircuit/server/service/ShortCircuitWorkerServiceTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
@ExtendWith({ MockitoExtension.class })
5050
@Slf4j
51-
class ShortCircuitServiceTest implements WithAssertions {
51+
class ShortCircuitWorkerServiceTest implements WithAssertions {
5252

5353
@Mock
5454
private NetworkStoreService networkStoreService;

0 commit comments

Comments
 (0)