Skip to content

Commit 22b58d5

Browse files
committed
more boxlang only updtes
1 parent 0e75c74 commit 22b58d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/specs/cache/providers/BoxLangProviderTest.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
}
6868

6969
function testgetKeys(){
70-
cacheClear();
70+
cache.clearAll();
7171
cache.set( "test", now() );
7272
cache.set( "test2", now() );
7373
assertEquals( 2, arrayLen( cache.getKeys() ) );

0 commit comments

Comments
 (0)