Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
fix test bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdClear committed Sep 15, 2023
1 parent 100c7ce commit a832a20
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public class ComponentRegistryTest {
@Test
public void run() {
ArkletComponentRegistry registry = new ArkletComponentRegistry();
registry.destroyComponents();
registry.initComponents();
Assert.assertNotNull(ArkletComponentRegistry.getCommandServiceInstance());
Assert.assertNotNull(ArkletComponentRegistry.getOperationServiceInstance());
Expand Down

0 comments on commit a832a20

Please sign in to comment.