Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Tang <[email protected]>
  • Loading branch information
JeffreyDallas committed Oct 24, 2024
1 parent 784249a commit ed28fcd
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,19 @@ class HelmDependencyUpdateTaskTest {
}
}

@Test
@DisplayName("Test Helm Dependency Update Task")
internal fun testDependencyUpdate() {
// val helmDependencyUpdateTask = project.tasks.create(
// "helmDependencyUpdateTask",
// HelmDependencyUpdateTask::class
// ).apply {
// chartName.set(CHART)
// workingDirectory.set(File(".").toPath().toString())
// }
// assertThat(helmDependencyUpdateTask.chartName.get()).isEqualTo(CHART)
// helmDependencyUpdateTask.dependencyUpdate()
}

@Test
@DisplayName("Test Helm Dependency Update Task with no chart name")
Expand Down

0 comments on commit ed28fcd

Please sign in to comment.