Skip to content

Commit da2663a

Browse files
authored
Update feature_resolution_editions.js
1 parent b57bde7 commit da2663a

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

tests/feature_resolution_editions.js

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,6 @@ var editions2023Defaults = {enum_type: 'OPEN', field_presence: 'EXPLICIT', json_
7676
var proto2Defaults = {enum_type: 'CLOSED', field_presence: 'EXPLICIT', json_format: 'LEGACY_BEST_EFFORT', message_encoding: 'LENGTH_PREFIXED', repeated_field_encoding: 'EXPANDED', utf8_validation: 'NONE'}
7777
var proto3Defaults = {enum_type: 'OPEN', field_presence: 'IMPLICIT', json_format: 'ALLOW', message_encoding: 'LENGTH_PREFIXED', repeated_field_encoding: 'PACKED', utf8_validation: 'VERIFY'}
7878

79-
80-
81-
// var test1 =
82-
// var test3 =
83-
84-
85-
86-
87-
88-
8979
tape.test("feature resolution defaults", function(test) {
9080
var rootEditions = protobuf.parse(protoEditions2023).root;
9181
rootEditions.resolveAll();
@@ -307,4 +297,4 @@ tape.test("feature resolution editions precedence", function(test) {
307297
test.same(root12.lookupService("MyService").lookup("MyMethod")._features.amazing_feature, 'L')
308298

309299
test.end();
310-
})
300+
})

0 commit comments

Comments
 (0)