Skip to content

Commit

Permalink
Refactor PropertiesChangedHandlerTest (#34543)
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu authored Jan 31, 2025
1 parent 442e3a9 commit 4009ccc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ void setUp() {
@Test
void assertHandleWithInvalidEventKey() {
handler.handle(contextManager, new DataChangedEvent("/props/xxx", "key=value", Type.ADDED));
verify(contextManager, times(0)).getPersistServiceFacade();
verify(contextManager.getPersistServiceFacade().getMetaDataPersistFacade().getPropsService(), times(0)).load();
}

@Test
Expand Down

0 comments on commit 4009ccc

Please sign in to comment.