test/test_zache.rb in zache-0.9.0 vs test/test_zache.rb in zache-0.10.0

- old
+ new

@@ -216,9 +216,10 @@ 2 end end sleep 0.1 Timeout.timeout(1) do + assert(cache.exists?(:x, dirty: true)) assert_equal(1, cache.get(:x, dirty: true)) assert_equal(1, cache.get(:x, dirty: true) { 2 }) end long.kill end