Test cache too

This commit is contained in:
Derek Collison
2018-08-23 16:34:25 -07:00
parent 5955f22d65
commit f5375e682b

View File

@@ -139,4 +139,8 @@ func TestUserAuthorizationProto(t *testing.T) {
expectResult(t, c, permErrRe)
sendProto(t, c, "SUB foo.baz 1\r\n")
expectResult(t, c, permErrRe)
sendProto(t, c, "SUB foo.baz 1\r\n")
expectResult(t, c, permErrRe)
sendProto(t, c, "SUB foo.baz 1\r\n")
expectResult(t, c, permErrRe)
}