Commit 3a119c3
committed
feat(core): refactor image comparison logic for S3 and GCS containers
- Replaced inline string comparisons with `isImageNamed` extension function for cleaner and reusable code.
- Updated image comparison logic in `BigDataContainerFactory` for LocalStack S3 and Fake GCS.1 parent 274d03b commit 3a119c3
1 file changed
Lines changed: 6 additions & 2 deletions
File tree
- core/src/main/kotlin/org/openprojectx/bigdata/test/core/container
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
710 | 710 | | |
711 | 711 | | |
712 | 712 | | |
713 | | - | |
| 713 | + | |
714 | 714 | | |
715 | 715 | | |
716 | 716 | | |
| |||
793 | 793 | | |
794 | 794 | | |
795 | 795 | | |
796 | | - | |
| 796 | + | |
797 | 797 | | |
798 | 798 | | |
799 | 799 | | |
800 | 800 | | |
| 801 | + | |
| 802 | + | |
| 803 | + | |
| 804 | + | |
801 | 805 | | |
802 | 806 | | |
803 | 807 | | |
| |||
0 commit comments