Skip to content

Commit 2c9804b

Browse files
fix test class name
1 parent 97c2830 commit 2c9804b

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)