Ruby: remove unnecessary line from test

This commit is contained in:
Alex Ford
2022-05-17 14:54:18 +01:00
parent 6b496c78ef
commit c620fceb82

View File

@@ -13,7 +13,6 @@ class CryptographicOperationTest extends InlineExpectationsTest {
}
override predicate hasActualResult(Location location, string element, string tag, string value) {
exists(location.getFile().getRelativePath()) and
exists(Cryptography::CryptographicOperation cryptoOperation |
location = cryptoOperation.getLocation() and
(