mirror of
https://github.com/mandiant/capa.git
synced 2025-12-23 07:28:34 -08:00
tests: proto: fix property name
This commit is contained in:
@@ -257,7 +257,7 @@ def assert_feature(fa, fb):
|
||||
assert fa.api == fb.api
|
||||
|
||||
elif isinstance(fa, capa.features.freeze.features.PropertyFeature):
|
||||
assert fa.property == fb.property
|
||||
assert fa.property == fb.property_
|
||||
assert fa.access == fb.access
|
||||
|
||||
elif isinstance(fa, capa.features.freeze.features.NumberFeature):
|
||||
|
||||
Reference in New Issue
Block a user