Skip to content

Commit 955bd6e

Browse files
committed
Fix failing group layout test
1 parent 29e1b7c commit 955bd6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/renderers/group.layout.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { JsonForms } from '../../src/core';
1111
test.before(t => {
1212
JsonForms.stylingRegistry.registerMany([
1313
{
14-
name: 'group-layout',
14+
name: 'group.layout',
1515
classNames: ['group-layout']
1616
}
1717
]);

0 commit comments

Comments
 (0)