Skip to content

Commit 6171ebf

Browse files
committed
fix: update test name
Signed-off-by: Robert Young <[email protected]>
1 parent 1ba2127 commit 6171ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator-framework-core/src/test/java/io/javaoperatorsdk/operator/api/reconciler/dependent/managed/DefaultManagedDependentResourceContextTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ void putNewValueReturnsPriorValue() {
4747
}
4848

4949
@Test
50-
void putNewValueThrowsExceptionIfTypesDiffer() {
50+
void putNewValueLogsWarningIfTypesDiffer() {
5151
// to check that we properly log things without setting up a complex fixture
5252
final String[] messages = new String[1];
5353
var context = new DefaultManagedDependentResourceContext() {

0 commit comments

Comments
 (0)