Skip to content

Commit 290d5ee

Browse files
authored
remove the pingpong redisson test code
1 parent 22e6460 commit 290d5ee

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

src/main/java/picoded/dstack/redisson/RedissonStack.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,12 @@ public RedisStack(GenericConvertMap<String, Object> inConfig) {
104104
//
105105
//--------------------------------------------------------------------------
106106

107-
/**
108-
* @return pong
109-
*/
110-
protected String ping() {
111-
return "pong";
112-
}
107+
// /**
108+
// * @return pong
109+
// */
110+
// protected String ping() {
111+
// return "pong";
112+
// }
113113

114114
/**
115115
* @return the internal hazelcastInstance connection

src/test/java/picoded/dstack/redisson/Redisson_stack_test.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ public void stackTest() {
4949
instance = new RedisStack(stackConfig);
5050

5151
//Test instance instanciation :o)
52-
assertSame("pong", instance.ping());
52+
//assertSame("pong", instance.ping());
53+
assertNotNull(instance);
5354

5455
RedissonClient redisson = null;
5556
redisson = instance.getConnection();

0 commit comments

Comments
 (0)