Skip to content

Commit

Permalink
Update feature_resolution_editions.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl authored Oct 4, 2024
1 parent b57bde7 commit da2663a
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions tests/feature_resolution_editions.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,6 @@ var editions2023Defaults = {enum_type: 'OPEN', field_presence: 'EXPLICIT', json_
var proto2Defaults = {enum_type: 'CLOSED', field_presence: 'EXPLICIT', json_format: 'LEGACY_BEST_EFFORT', message_encoding: 'LENGTH_PREFIXED', repeated_field_encoding: 'EXPANDED', utf8_validation: 'NONE'}
var proto3Defaults = {enum_type: 'OPEN', field_presence: 'IMPLICIT', json_format: 'ALLOW', message_encoding: 'LENGTH_PREFIXED', repeated_field_encoding: 'PACKED', utf8_validation: 'VERIFY'}



// var test1 =
// var test3 =






tape.test("feature resolution defaults", function(test) {
var rootEditions = protobuf.parse(protoEditions2023).root;
rootEditions.resolveAll();
Expand Down Expand Up @@ -307,4 +297,4 @@ tape.test("feature resolution editions precedence", function(test) {
test.same(root12.lookupService("MyService").lookup("MyMethod")._features.amazing_feature, 'L')

test.end();
})
})

0 comments on commit da2663a

Please # to comment.