Skip to content

Commit

Permalink
test(*): fix casing
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Casey <[email protected]>
  • Loading branch information
jonathan-casey committed Nov 16, 2023
1 parent 4239ab2 commit c78ccde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/codegen/fromcto/xmlschema/xmlschemavisitor.js
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ describe('XmlSchemaVisitor', function () {
sandbox.restore();
});

it('should write the map declaration for a map <string, string>', () => {
it('should write the map declaration for a map <String, String>', () => {

let param = {
fileWriter: mockFileWriter
Expand Down Expand Up @@ -431,7 +431,7 @@ describe('XmlSchemaVisitor', function () {
});


it('should write the map declaration for a map <string, SSN>', () => {
it('should write the map declaration for a map <String, SSN>', () => {
let param = {
fileWriter: mockFileWriter
};
Expand Down

0 comments on commit c78ccde

Please sign in to comment.