Unity-Technologies / ProjectAuditor

Project Auditor is an experimental static analysis tool for Unity Projects.
Other
795 stars 64 forks source link

Fixed tests that broke when detecting new issues #148

Closed borisbauer-unity closed 1 year ago

borisbauer-unity commented 1 year ago

Mostly fixed unit tests by querying a specific issue (descriptor id).

The fixed TextFilterTests now just check against one or more found issues - not just exactly one - to stay consistent with what the test originally wants to test (if any issues where found related to a cs file name or class name match).