Skip to content

Commit

Permalink
fix new methods
Browse files Browse the repository at this point in the history
(cherry picked from commit dc6021c)
  • Loading branch information
mcalmer authored and mackdk committed Jul 27, 2023
1 parent 22afdaf commit 2511f82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ private SUSEProductTestUtils() {
* @param family the channel family
* @return the newly created SUSE product
*/
public static SUSEProduct createTestSUSEProduct(ChannelFamily family) {
public static SUSEProduct createTestSUSEProduct(ChannelFamily family) throws Exception {
return createTestSUSEProduct(family, TestUtils.randomString().toLowerCase());
}
/**
Expand Down

0 comments on commit 2511f82

Please sign in to comment.