Skip to content

Commit 3eeb181

Browse files
committed
Changes test wording
1 parent 00728e8 commit 3eeb181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aas-web-ui/tests/composables/MetamodelVerification.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ describe('MetamodelVerification.ts', () => {
5353
expect(targetMap.get('idShort')).toBe('invalid value');
5454
});
5555

56-
it('does not throw when optional idShort is undefined', () => {
56+
it('gracefully reports verifier failures when idShort is unexpectedly undefined', () => {
5757
const property = new aasTypes.Property(aasTypes.DataTypeDefXsd.String);
5858
property.idShort = 'temp';
5959
(property as unknown as Record<string, unknown>).idShort = undefined;

0 commit comments

Comments
 (0)