Skip to content

Commit

Permalink
test for the fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rmannibucau committed Mar 17, 2022
1 parent 6019c9f commit 9fcbb47
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@
public class SimpleRelocatorTest
{

@Test
public void testNoNpeRelocateClass()
{
new SimpleRelocator( "foo", "bar", null, null, true ).relocateClass( "foo" );
}

@Test
public void testCanRelocatePath()
{
Expand Down

0 comments on commit 9fcbb47

Please sign in to comment.