Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunrisea committed Jan 8, 2025
1 parent 2aa55d8 commit 61c9a3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public void handleLockSuccessAndNextHandlerNullShouldReturnEmptyResponse() throw

@Test
public void testGetName() {
assertEquals("configChainEntryHandler", configChainEntryHandler.getName());
assertEquals("chainEntryHandler", configChainEntryHandler.getName());
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public void handleTagEmptyDelegatesToNextHandler() throws IOException {

@Test
public void getName() {
assertEquals("SpecialTagNotFoundHandler", specialTagNotFoundHandler.getName());
assertEquals("specialTagNotFoundHandler", specialTagNotFoundHandler.getName());
}

}

0 comments on commit 61c9a3c

Please sign in to comment.