We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fba957c commit 9a622b8Copy full SHA for 9a622b8
jkube-kit/helm/src/test/java/org/eclipse/jkube/kit/resource/helm/HelmConfigTest.java
@@ -189,7 +189,7 @@ void createHelmConfig() throws IOException {
189
helmConfig.setGeneratedChartListeners(Arrays.asList((helmConfig1, type, chartFile) -> {
190
}));
191
// Then
192
- assertThat(helmConfig.getApiVersion()).isEqualTo("v2");;
+ assertThat(helmConfig.getApiVersion()).isEqualTo("v2");
193
assertThat(helmConfig.getVersion()).isEqualTo("version");
194
assertThat(helmConfig.getSecurity()).isEqualTo("security");
195
assertThat(helmConfig.getChart()).isEqualTo("chart");
0 commit comments