Skip to content

Commit

Permalink
removed trailing spaces
Browse files Browse the repository at this point in the history
Signed-off-by: kshitij79 <kshitijpathania@gmail.com>
  • Loading branch information
kshitij79 committed Mar 25, 2024
1 parent 85e5949 commit 0de44ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/concerto-core/test/serializer/jsonpopulator.js
Expand Up @@ -494,7 +494,7 @@ describe('JSONPopulator', () => {
}).should.throw(/Expected value at path `\$.rootObj.myAssets\[0\].assetValue` to be of type `Integer`/);
});

it('should be able to deserialise a map that uses abstract types as values', () => {
it('should be able to deserialise a map that uses abstract types as values', () => {
let options = {
jsonStack: new TypedStack({
$class: 'org.acme.abstract.MyContainerAsset3',
Expand Down

0 comments on commit 0de44ea

Please sign in to comment.