Skip to content

Commit

Permalink
update bundle name in test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Jul 15, 2024
1 parent 27ede29 commit 855afbb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/DistributedLockTest.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
type="server"
password=server.SERVERADMINPASSWORD
class="lucee.extension.io.cache.redis.simple.RedisCache"
bundleName="redis.extension"
bundleName="org.lucee.redis.extension"
name="distLock"
custom={
"minIdle":8,
Expand Down
2 changes: 1 addition & 1 deletion tests/RedisCommandTypes.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ component extends="org.lucee.cfml.test.LuceeTestCase" labels="redis" {
var caches ={
"testRedis":{
"class":"lucee.extension.io.cache.redis.simple.RedisCache",
"bundleName":"redis.extension",
"bundleName":"org.lucee.redis.extension",
"custom":{
"minIdle":8,
"maxTotal":40,
Expand Down
2 changes: 1 addition & 1 deletion tests/RedisTest.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ component extends="org.lucee.cfml.test.LuceeTestCase" labels="redis" {
var caches ={
"querybuffer":{
"class":"lucee.extension.io.cache.redis.simple.RedisCache",
"bundleName":"redis.extension",
"bundleName":"org.lucee.redis.extension",
"custom":{
"minIdle":8,
"maxTotal":40,
Expand Down

0 comments on commit 855afbb

Please sign in to comment.