We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07b1adb commit 6ef338cCopy full SHA for 6ef338c
1 file changed
sensorhub-core/src/testFixtures/java/org/sensorhub/impl/datastore/AbstractTestObsStore.java
@@ -312,7 +312,7 @@ public void testAddAndCheckMapKeys() throws Exception
312
}
313
314
315
- private void checkMapValues(Collection<IObsData> mapValues)
+ protected void checkMapValues(Collection<IObsData> mapValues)
316
{
317
mapValues.forEach(obs -> {
318
boolean found = false;
0 commit comments