store handler implementation

This commit is contained in:
Asim Aslam
2019-10-11 14:08:50 +01:00
parent 98e1f2c2d3
commit a96f6adf07
9 changed files with 1048 additions and 45 deletions

View File

@@ -25,7 +25,7 @@ func TestReadRecordExpire(t *testing.T) {
if err != nil {
t.Fatal(err)
}
if rrec.Expiry >= expire {
if rrec[0].Expiry >= expire {
t.Fatal("expiry of read record is not changed")
}