Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Geolim4 committed Jan 9, 2024
2 parents 204eb4d + b08c879 commit f12c8b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Couchbasev4.test.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
$cacheInstance = CacheManager::getInstance('Couchbasev4', $config);

$cache = new Psr16Adapter($cacheInstance);
$value = random_int(0, 254);
$value = random_int(1, 254);

$cache->set('forkFailTestKey', $value);

Expand Down Expand Up @@ -66,7 +66,7 @@
$cacheInstance = CacheManager::getInstance('Couchbasev4', $config);

$cache = new Psr16Adapter($cacheInstance);
$value = random_int(0, 254);
$value = random_int(1, 254);

$cache->set('forkSuccessTestKey', $value);

Expand Down

0 comments on commit f12c8b1

Please sign in to comment.