Skip to content

Commit c620fce

Browse files
committed
Ruby: remove unnecessary line from test
1 parent 6b496c7 commit c620fce

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ruby/ql/test/library-tests/concepts/CryptographicOperation.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ class CryptographicOperationTest extends InlineExpectationsTest {
1313
}
1414

1515
override predicate hasActualResult(Location location, string element, string tag, string value) {
16-
exists(location.getFile().getRelativePath()) and
1716
exists(Cryptography::CryptographicOperation cryptoOperation |
1817
location = cryptoOperation.getLocation() and
1918
(

0 commit comments

Comments
 (0)