spec/entity/apk_info_spec.rb in danger-apkstats-0.1.2 vs spec/entity/apk_info_spec.rb in danger-apkstats-0.2.0

- old
+ new

@@ -20,9 +20,11 @@ Permission.new("permission1"), Permission.new("permission2", max_sdk: "23"), ]), min_sdk: "16", target_sdk: "26", + method_reference_count: 20_000, + dex_count: 1, } end let(:command) { Apkstats::Stub::Command.new(command_values) }