Skip to content

Commit

Permalink
test(tools): fix
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Blaginov <[email protected]>
  • Loading branch information
Stefan Blaginov committed Mar 9, 2023
1 parent 311b272 commit 0b046a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ describe('ProtobufVisitor', function () {
mockModelFile.getAllDeclarations.returns([]);

protobufVisitor.visitModelFile(mockModelFile, param);
param.fileWriter.

param.fileWriter.writeLine.callCount.should.deep.equal(4);
param.fileWriter.writeLine.getCall(0).args.should.deep.equal([0, 'syntax = "proto3";\n']);
param.fileWriter.writeLine.getCall(1).args.should.deep.equal([0, 'package org.accordproject.address.v1_0_0;\n']);
Expand Down

0 comments on commit 0b046a1

Please sign in to comment.