Commit 6e4e386
committed
fix: move withSetFile test to correct nested class
The withSetFile test was incorrectly placed in the WithCrds nested
class, which has a tearDown() method that tries to uninstall
"upgrade-crd-release". However, the withSetFile test creates a
release named "upgrade-with-set-file", causing the tearDown to fail
with "release: not found".
Moving the test to the Valid nested class fixes this issue.1 parent 4f6ad14 commit 6e4e386
File tree
1 file changed
+18
-18
lines changed- helm-java/src/test/java/com/marcnuri/helm
1 file changed
+18
-18
lines changedLines changed: 18 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
646 | 646 | | |
647 | 647 | | |
648 | 648 | | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
649 | 667 | | |
650 | 668 | | |
651 | 669 | | |
| |||
716 | 734 | | |
717 | 735 | | |
718 | 736 | | |
719 | | - | |
720 | | - | |
721 | | - | |
722 | | - | |
723 | | - | |
724 | | - | |
725 | | - | |
726 | | - | |
727 | | - | |
728 | | - | |
729 | | - | |
730 | | - | |
731 | | - | |
732 | | - | |
733 | | - | |
734 | | - | |
735 | | - | |
736 | | - | |
737 | 737 | | |
738 | 738 | | |
739 | 739 | | |
| |||
0 commit comments