Skip to content

Commit

Permalink
[ACS-9033] Adjust test name to match existing naming pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
kmagdziarz committed Nov 28, 2024
1 parent 895cab2 commit 8740bec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ public void peerAssocCreatedWithAuthoritiesEvent_unmarshalling() throws Exceptio
}

@Test
public void nonExistingResourceUnmarshallingTest() throws Exception
public void nonExistingResource_unmarshalling() throws Exception
{
String peerAssocCreatedEventJson = TestUtil.getResourceFileAsString("NonExistingResource.json");
assertNotNull(peerAssocCreatedEventJson);
Expand Down

0 comments on commit 8740bec

Please sign in to comment.