Skip to content

Commit 3097723

Browse files
committed
Fix the class name in test
1 parent 0d4b879 commit 3097723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/groovy/com/googlecode/hibernate/memcached/ConfigTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class ConfigTest extends BaseTestCase {
6767
Properties p = new Properties()
6868
Config config = newConfig(p)
6969
//test default
70-
assertEquals "SpyMemcacheClientFactory",
70+
assertEquals "com.mc.hibernate.memcached.spymemcached.SpyMemcacheClientFactory",
7171
config.getMemcachedClientFactoryName()
7272

7373
p["hibernate.memcached.memcacheClientFactory"] = "blah"

0 commit comments

Comments
 (0)