mirror of
https://github.com/mandiant/capa.git
synced 2026-04-28 19:59:01 -07:00
reformatting with black
This commit is contained in:
@@ -992,5 +992,8 @@ def test_property_access_symbol():
|
||||
)
|
||||
)
|
||||
assert (
|
||||
r.evaluate({Property("System.IO.FileInfo::Length", access=FeatureAccess.READ, description="some property"): {ADDR1}}) is True
|
||||
r.evaluate(
|
||||
{Property("System.IO.FileInfo::Length", access=FeatureAccess.READ, description="some property"): {ADDR1}}
|
||||
)
|
||||
is True
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user