Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl committed Sep 19, 2024
1 parent 43a703a commit 2fabe04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tests/api_enum.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ tape.test("reflected enums", function(test) {
});

test.end();
});
});
1 change: 0 additions & 1 deletion tests/feature_resolution_editions.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ tape.test("feature resolution inheritance", function(test) {
var rootEditionsOverriden = protobuf.parse(protoEditions2023Overridden).root

rootEditionsOverriden.resolveAll();
console.log(rootEditionsOverriden._features)

// Should flip enum_type from default setting, inherit from Message,
// and keep everything else
Expand Down

0 comments on commit 2fabe04

Please sign in to comment.