Skip to content

Commit 1687134

Browse files
author
Dennis Labordus
committed
Upgrade to JDK 17
Signed-off-by: Dennis Labordus <[email protected]>
1 parent c4185ba commit 1687134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/src/test/java/org/lfenergy/compas/scl/auto/alignment/common/ElementUtilTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ void getAttribute_WhenCalledWithSCLElement_ThenRetrieveEmptyDummyAttributeFromSC
4242
var result = ElementUtil.getAttributeValue(scl, "dummy");
4343
assertNull(result);
4444
}
45-
}
45+
}

0 commit comments

Comments
 (0)