Index: tests/collections/string-api-coverage.cfa
===================================================================
--- tests/collections/string-api-coverage.cfa	(revision 9375148489e3038d4001d8f00d6a53539e78d6c7)
+++ tests/collections/string-api-coverage.cfa	(revision bc547d37653baaa8e7fac63a33cc9fe1fd2a3b0f)
@@ -264,5 +264,5 @@
 
     s += '?'; // already tested
-    sout | contains( s, 'h' ) | contains( s, '?' ) | contains( s, 'o' ); // true true false
+    sout | includes( s, 'h' ) | includes( s, '?' ) | includes( s, 'o' ); // true true false
 
     sout
