DATAREDIS-564 - Polishing.

Remove white spaces, update license header.
Add ticket reference to existing testcase.

Original Pull Request: #228
This commit is contained in:
Christoph Strobl
2017-01-13 08:10:22 +01:00
parent 1fd9aadd70
commit 9b6ff3779c
2 changed files with 5 additions and 5 deletions

View File

@@ -356,7 +356,7 @@ public class JedisConnectionIntegrationTests extends AbstractConnectionIntegrati
"cool".getBytes(), "supercalifragilisticexpialidocious".getBytes())));
}
@Test // DATAREDIS-286
@Test // DATAREDIS-286, DATAREDIS-564
public void expireShouldSupportExiprationForValuesLargerThanInteger() {
connection.set("expireKey", "foo");