From c78ccdeabeacc2418996fc4775c1746ebe0b260a Mon Sep 17 00:00:00 2001 From: Jonathan Casey Date: Thu, 16 Nov 2023 09:46:56 +0000 Subject: [PATCH] test(*): fix casing Signed-off-by: Jonathan Casey --- test/codegen/fromcto/xmlschema/xmlschemavisitor.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/codegen/fromcto/xmlschema/xmlschemavisitor.js b/test/codegen/fromcto/xmlschema/xmlschemavisitor.js index 83385b6d..5dac9808 100644 --- a/test/codegen/fromcto/xmlschema/xmlschemavisitor.js +++ b/test/codegen/fromcto/xmlschema/xmlschemavisitor.js @@ -393,7 +393,7 @@ describe('XmlSchemaVisitor', function () { sandbox.restore(); }); - it('should write the map declaration for a map ', () => { + it('should write the map declaration for a map ', () => { let param = { fileWriter: mockFileWriter @@ -431,7 +431,7 @@ describe('XmlSchemaVisitor', function () { }); - it('should write the map declaration for a map ', () => { + it('should write the map declaration for a map ', () => { let param = { fileWriter: mockFileWriter };