X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=t%2F02-IndexData-Utils-PersistentCounter.t;h=8b57c30f0d851d7506bedf29a037bea9c871d2c4;hb=f947811f49204cb1ddd3013bb094f7b5222547cc;hp=aa05060edc5da0c630c5487f0d0893d8834b88e4;hpb=c67610c032f288379dfc8e4365b59c9e9d1f3bb5;p=perl-indexdata-utils.git diff --git a/t/02-IndexData-Utils-PersistentCounter.t b/t/02-IndexData-Utils-PersistentCounter.t index aa05060..8b57c30 100644 --- a/t/02-IndexData-Utils-PersistentCounter.t +++ b/t/02-IndexData-Utils-PersistentCounter.t @@ -41,7 +41,7 @@ while ((my $pid = wait()) > 0) { } my $n = $counter->next(); -ok($n == 20, "n == 20 after 20 accesses (n=$n)"); +ok($n == 21, "n == 21 on 21 total access (n=$n)"); my $ok = $counter->delete(); ok($ok, "deleted counter file");