File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ var _ = DevSpaceDescribe("deploy", func() {
195195 framework .ExpectEqual (out , "test" )
196196 })
197197
198- ginkgo .It ("should deploy helm applications concurrently" , func () {
198+ ginkgo .It ("should deploy applications concurrently" , func () {
199199 tempDir , err := framework .CopyToTempDir ("tests/deploy/testdata/helm_concurrent_all" )
200200 framework .ExpectNoError (err )
201201 defer framework .CleanupTempDir (initialDir , tempDir )
@@ -231,7 +231,8 @@ var _ = DevSpaceDescribe("deploy", func() {
231231 framework .ExpectEqual (out2 , "test" )
232232 framework .ExpectEqual (out3 , "test" )
233233 })
234- ginkgo .It ("should deploy helm applications mixed concurrently and sequentially" , func () {
234+
235+ ginkgo .It ("should deploy applications mixed concurrently and sequentially" , func () {
235236 tempDir , err := framework .CopyToTempDir ("tests/deploy/testdata/helm_concurrent_sequential" )
236237 framework .ExpectNoError (err )
237238 defer framework .CleanupTempDir (initialDir , tempDir )
You can’t perform that action at this time.
0 commit comments