Skip to content

Added tests for ProductVariants in ProductVariantsTest.java

Dominik Bratek requested to merge testVariant into main

Implemented methods to add, remove, and update product variants in ProductDAO.java Modified ProductDAO.java to handle variant operations Deleted outdated ProductSearchTest.java Created new ProductVariantsTest.java to cover variant-related functionalities

Merge request reports