Skip to content

Commit

Permalink
fix: update test name
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Young <robeyoun@redhat.com>
  • Loading branch information
robobario committed Nov 19, 2024
1 parent 76954cf commit a5c1a7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ void putNewValueReturnsPriorValue() {
}

@Test
void putNewValueThrowsExceptionIfTypesDiffer() {
void putNewValueLogsWarningIfTypesDiffer() {
// to check that we properly log things without setting up a complex fixture
final String[] messages = new String[1];
var context = new DefaultManagedDependentResourceContext() {
Expand Down

0 comments on commit a5c1a7a

Please sign in to comment.