Skip to content

Commit

Permalink
Update interpreter spec for added plugin option
Browse files Browse the repository at this point in the history
  • Loading branch information
timostamm committed Sep 4, 2021
1 parent b169093 commit e0287d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/plugin/spec/interpreter.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ describe('interpreter', function () {
normalLongType,
synthesizeEnumZeroValue: 'UNSPECIFIED$',
oneofKindDiscriminator: 'oneofKind',
forceExcludeAllOptions: false,
});
const messageType = interpreter.getMessageType('spec.LongsMessage');

Expand All @@ -32,4 +33,4 @@ function expectFieldType(messageType: rt.IMessageType<rt.UnknownMessage>, name:
if (field && field.kind === "scalar") {
expect(field.L ?? rt.LongType.STRING).toBe(type);
}
}
}

0 comments on commit e0287d7

Please sign in to comment.