diff --git a/test/soaks.coffee b/test/soaks.coffee index 68d3b762..97130c4d 100644 --- a/test/soaks.coffee +++ b/test/soaks.coffee @@ -23,7 +23,7 @@ test "soaked property access caches method calls", -> eq nonce , obj.fn()?.a eq undefined, obj.fn()?.b -test "soaked property access chaching", -> +test "soaked property access caching", -> nonce = {} counter = 0 fn = ->