Skip to content

Commit bf4256c

Browse files
fix test class name
1 parent 3917c15 commit bf4256c

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
@@ -60,7 +60,7 @@
6060

6161
@ExtendWith({ MockitoExtension.class })
6262
@Slf4j
63-
class ShortCircuitServiceTest implements WithAssertions {
63+
class ShortCircuitWorkerServiceTest implements WithAssertions {
6464

6565
@Mock
6666
private NetworkStoreService networkStoreService;

0 commit comments

Comments
 (0)