Skip to content

Commit 53ce633

Browse files
committed
fix typo CRD_GROP -> CRD_GROUP
1 parent 2500549 commit 53ce633

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

operator/src/test/java/it/aboutbits/postgresql/helm/HelmTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
class HelmTest {
3131
private static final String ENV_VAR_KUBECONFIG = "KUBECONFIG";
3232

33-
private static final String CRD_GROP = "postgresql.aboutbits.it";
33+
private static final String CRD_GROUP = "postgresql.aboutbits.it";
3434
private static final List<String> CRD_NAMES = List.of(
3535
"clusterconnection",
3636
"database",
@@ -101,7 +101,7 @@ void helmInstall_createsDeployment() throws IOException {
101101
for (var crdName : CRD_NAMES) {
102102
assertThat(chartPath.resolve("crds/%ss.%s-v1.yml".formatted(
103103
crdName,
104-
CRD_GROP
104+
CRD_GROUP
105105
))).exists();
106106
}
107107

0 commit comments

Comments
 (0)