From 81c9743ce04c6cd116877d35b08e4b4db7c22045 Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Mon, 9 Jul 2018 12:40:13 +0200 Subject: [PATCH] fix auth test --- common/crypto/auth_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/crypto/auth_test.go b/common/crypto/auth_test.go index 0d421c9a..3fde8f2f 100644 --- a/common/crypto/auth_test.go +++ b/common/crypto/auth_test.go @@ -43,7 +43,7 @@ func TestAuthenticationReaderWriter(t *testing.T) { }, PlainChunkSizeParser{}, cache, protocol.TransferTypeStream, nil) assert(writer.WriteMultiBuffer(buf.NewMultiBufferValue(payload)), IsNil) - assert(cache.Len(), Equals, int32(82676)) + assert(cache.Len(), Equals, int32(82658)) assert(writer.WriteMultiBuffer(buf.MultiBuffer{}), IsNil) reader := NewAuthenticationReader(&AEADAuthenticator{