Skip to content

Commit

Permalink
Chore: Add missing @test annotation
Browse files Browse the repository at this point in the history
I missed adding a @test annotation over `testCreateOrReplaceWhenAnnotationUpdated()`, I
noticed it when I was commenting on the issue
  • Loading branch information
rohanKanojia committed Jul 31, 2020
1 parent 14cae94 commit 50c1e8d
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -203,6 +203,7 @@ void testIngressLoadWithoutApiVersion() {
assertTrue(items.get(0) instanceof Ingress);
}

@Test
void testCreateOrReplaceWhenAnnotationUpdated() {
// Given
Ingress ingressFromServer = new IngressBuilder().withNewMetadata().withName("ing1").endMetadata().build();
Expand Down

0 comments on commit 50c1e8d

Please sign in to comment.