Skip to content

Commit

Permalink
Update kubernetes-client/src/test/java/io/fabric8/kubernetes/client/d…
Browse files Browse the repository at this point in the history
…sl/base/ResourceDefinitionContextTest.java

Co-authored-by: Chris Laprun <[email protected]>
  • Loading branch information
2 people authored and manusa committed Dec 9, 2021
1 parent afeb3c7 commit bd602b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
class ResourceDefinitionContextTest {

@Test
void testMissing() {
void missingRequiredKindShouldFail() {
ResourceDefinitionContext.Builder builder = new ResourceDefinitionContext.Builder();
assertThrows(IllegalArgumentException.class, () -> builder.build());
builder.withKind("Kind");
Expand Down

0 comments on commit bd602b8

Please sign in to comment.