Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit 1e53aa4

Browse files
committed
Rename Testclass 26
1 parent be62a5a commit 1e53aa4

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

validator/src/test/java/io/adminshell/aas/v3/model/validator/TestAASd_026_Ignore.java renamed to validator/src/test/java/io/adminshell/aas/v3/model/validator/TestAASd_026.java

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,14 @@
1919
*
2020
*/
2121

22-
public class TestAASd_026_Ignore {
22+
public class TestAASd_026 {
23+
24+
@Test
25+
public void testAllowDuplicates() {
26+
27+
// TODO @chang: please write the test.
28+
29+
}
2330

2431

2532
private SubmodelElementCollection createSubmodelElementCollection(Collection<SubmodelElement> values) {

0 commit comments

Comments
 (0)