Skip to content

Commit

Permalink
fix: add missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
metacosm committed Mar 16, 2021
1 parent 8208f0f commit a9af617
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kubernetes-itests/src/test/java/io/fabric8/crd/FooCRDIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@
*/
package io.fabric8.crd;

import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;

import io.fabric8.kubernetes.api.model.apiextensions.v1beta1.CustomResourceDefinition;
import io.fabric8.kubernetes.client.utils.Serialization;
import org.junit.Test;

/**
* @author <a href="claprun@redhat.com">Christophe Laprun</a>
Expand Down

0 comments on commit a9af617

Please sign in to comment.