Skip to content

Commit 29cc285

Browse files
test coverage ++
1 parent 0939ee8 commit 29cc285

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

packages/common-grpc/test/service.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1932,6 +1932,12 @@ describe('GrpcService', function() {
19321932
});
19331933

19341934
describe('instantiation', function() {
1935+
it('should not require an options object', function() {
1936+
assert.doesNotThrow(function() {
1937+
new ObjectToStructConverter();
1938+
});
1939+
});
1940+
19351941
it('should localize an empty Set for seenObjects', function() {
19361942
assert(objectToStructConverter.seenObjects instanceof Set);
19371943
assert.strictEqual(objectToStructConverter.seenObjects.size, 0);

0 commit comments

Comments
 (0)