You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: junit-platform-engine/src/main/java/org/junit/platform/engine/support/store/NamespacedHierarchicalStore.java
+14-4Lines changed: 14 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -232,7 +232,7 @@ public void close() {
232
232
});
233
233
234
234
if (newStoredValueinstanceofStoredValue.DeferredValuevalue) {
235
-
value.delegate().run();
235
+
value.delegate().run(null);
236
236
}
237
237
returnrequireNonNull(newStoredValue.evaluate());
238
238
}
@@ -261,20 +261,21 @@ public <K, V> Object computeIfAbsent(N namespace, K key, Function<? super K, ? e
0 commit comments