This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cayenne.git
commit 4fa8698e3b51905ec7696f159ab0bc2ef610a9fc Author: Andrus Adamchik <[email protected]> AuthorDate: Mon Jul 6 08:44:49 2026 -0400 cleanup --- .../test/java/org/apache/cayenne/access/DataContextBinaryPKIT.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cayenne/src/test/java/org/apache/cayenne/access/DataContextBinaryPKIT.java b/cayenne/src/test/java/org/apache/cayenne/access/DataContextBinaryPKIT.java index 45f349329..af0d5cc5d 100644 --- a/cayenne/src/test/java/org/apache/cayenne/access/DataContextBinaryPKIT.java +++ b/cayenne/src/test/java/org/apache/cayenne/access/DataContextBinaryPKIT.java @@ -37,7 +37,7 @@ public class DataContextBinaryPKIT { static final CayenneTestsEnv env = CayenneTestsEnv.forProject(CayenneProjects.BINARY_PK_PROJECT); @Test - public void insertBinaryPK() throws Exception { + public void insertBinaryPK() { if (!env.testDbAdapter().supportsBinaryPK()) { return; } @@ -55,7 +55,7 @@ public class DataContextBinaryPKIT { } @Test - public void fetchRelationshipBinaryPK() throws Exception { + public void fetchRelationshipBinaryPK() { if (!env.testDbAdapter().supportsBinaryPK()) { return; }
