Skip to content

Commit

Permalink
[Minor change]:Fix the misleading test name
Browse files Browse the repository at this point in the history
  • Loading branch information
jimma committed Oct 30, 2024
1 parent 91f23ff commit 3fa0d59
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,13 @@ public void testMergePatchStudent() throws Exception {

@Test
@OperateOnDeployment(LEGACY_PATCH_DEPLOYMENT)
public void testJSONPPatchStudent() throws Exception {
public void testJackson2PatchStudent() throws Exception {
testPatch(LEGACY_PATCH_DEPLOYMENT);
}

@Test
@OperateOnDeployment(LEGACY_PATCH_DEPLOYMENT)
public void testJSONPMergePatchStudent() throws Exception {
public void testJackson2MergePatchStudent() throws Exception {
testMergePatch(LEGACY_PATCH_DEPLOYMENT);
}

Expand Down

0 comments on commit 3fa0d59

Please sign in to comment.