Skip to content

Commit 6ef338c

Browse files
committed
[DB] Allow reuse of internal test method by custom datastore tests
1 parent 07b1adb commit 6ef338c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sensorhub-core/src/testFixtures/java/org/sensorhub/impl/datastore/AbstractTestObsStore.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ public void testAddAndCheckMapKeys() throws Exception
312312
}
313313

314314

315-
private void checkMapValues(Collection<IObsData> mapValues)
315+
protected void checkMapValues(Collection<IObsData> mapValues)
316316
{
317317
mapValues.forEach(obs -> {
318318
boolean found = false;

0 commit comments

Comments
 (0)