Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mbussolotto committed Dec 20, 2024
1 parent 151fa09 commit 152c9d8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ public static PackageActionDetails createTestDetailsWithNvre(User user, Action p
pad.setArch(HibernateFactory.getSession().createNativeQuery("""
SELECT p.* from rhnPackageArch as p WHERE p.id = :id
""", PackageArch.class).setParameter("id", testid).getSingleResult());
pad.setPackageName(PackageNameTest.createTestPackageName());
pad.setEvr(PackageEvrFactoryTest.createTestPackageEvr());

((PackageAction) parent).addDetail(pad);
Expand Down

0 comments on commit 152c9d8

Please sign in to comment.