Skip to content

Commit

Permalink
test(*): resets sandbox for test scenario
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 15, 2023
1 parent 025d948 commit 4239ab2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/codegen/fromcto/xmlschema/xmlschemavisitor.js
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,8 @@ describe('XmlSchemaVisitor', function () {
const getKeyType = sinon.stub();
const getValueType = sinon.stub();

sandbox.reset();

mockMapDeclaration.getModelFile.returns(mockModelFile);
mockModelFile.getNamespace.returns('org.acme');
mockModelFile.getType.returns(mockDeclaration);
Expand Down

0 comments on commit 4239ab2

Please sign in to comment.