Minimize surefire overrides
[yangtools.git] / yang / yang-model-util / src / test / java / org / opendaylight / yangtools / yang / model / repo / util / RefcountedRegistrationTest.java
index df0de0ca49b9420714bdb1911b6e1819c0202661..77627975286815ae0f203873cc493d78b28f6578 100644 (file)
@@ -23,7 +23,7 @@ import org.opendaylight.yangtools.yang.model.repo.spi.SchemaSourceRegistration;
 @RunWith(MockitoJUnitRunner.class)
 public class RefcountedRegistrationTest {
     @Mock
-    private SchemaSourceRegistration<?> reg;
+    public SchemaSourceRegistration<?> reg;
 
     @Before
     public void before() {