Skip to content

Commit

Permalink
Fixing some error. Fixes apolloconfig#3874.
Browse files Browse the repository at this point in the history
  • Loading branch information
ayush0407 committed Mar 27, 2022
1 parent 4dff213 commit 71d02eb
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,16 +141,6 @@ public void testGetAndsetProperty() {

}

@Test
public void testCopyProperties() {
BeanUtils.copyProperties(Mockito.mock(Object.class), Mockito.mock(Object.class),
Mockito.any(String.class));
}

@Test
public void testCopyEntityProperties() {
BeanUtils.copyEntityProperties(Mockito.mock(Object.class), Mockito.mock(Object.class));

}

}

0 comments on commit 71d02eb

Please sign in to comment.