mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-20 16:23:36 +00:00
docs: update service layer
This commit is contained in:
+1
-1
@@ -122,7 +122,7 @@ class MagicServiceImplTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
void testFindWizardsWithSpell() throws Exception {
|
||||
void testFindWizardsWithSpell() {
|
||||
final var wizards = Set.of(
|
||||
mock(Wizard.class),
|
||||
mock(Wizard.class),
|
||||
|
||||
Reference in New Issue
Block a user