Skip to content

Commit

Permalink
test(map): restores sandbox
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Casey <[email protected]>
  • Loading branch information
jonathan-casey committed Oct 18, 2023
1 parent 8a07bcd commit d826e9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/codegen/fromcto/graphql/graphqlvisitor.js
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,8 @@ describe('GraphQLVisitor', function () {
param.fileWriter.writeLine.withArgs(1, 'key: String').calledOnce.should.be.ok;
param.fileWriter.writeLine.withArgs(1, 'value: String').calledOnce.should.be.ok;
param.fileWriter.writeLine.withArgs(0, '}').calledOnce.should.be.ok;

sandbox.restore();
});
});

Expand Down

0 comments on commit d826e9a

Please sign in to comment.