Skip to content

Commit 9a622b8

Browse files
Removed unnecessary semicolon
1 parent fba957c commit 9a622b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: jkube-kit/helm/src/test/java/org/eclipse/jkube/kit/resource/helm/HelmConfigTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ void createHelmConfig() throws IOException {
189189
helmConfig.setGeneratedChartListeners(Arrays.asList((helmConfig1, type, chartFile) -> {
190190
}));
191191
// Then
192-
assertThat(helmConfig.getApiVersion()).isEqualTo("v2");;
192+
assertThat(helmConfig.getApiVersion()).isEqualTo("v2");
193193
assertThat(helmConfig.getVersion()).isEqualTo("version");
194194
assertThat(helmConfig.getSecurity()).isEqualTo("security");
195195
assertThat(helmConfig.getChart()).isEqualTo("chart");

0 commit comments

Comments
 (0)