summaryrefslogtreecommitdiff
path: root/crypt_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'crypt_test.go')
-rw-r--r--crypt_test.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/crypt_test.go b/crypt_test.go
index d2fba35..f7c465e 100644
--- a/crypt_test.go
+++ b/crypt_test.go
@@ -59,11 +59,6 @@ func TestEncryptionMechanism(t *testing.T) {
assert.EqualError(t, err, ErrUnknownEncryptMechanism.Error())
}
-func TestEncryptionWriteDirectoryEntry(t *testing.T) {
- cfb := cfb{}
- assert.Equal(t, 1536, len(cfb.writeDirectoryEntry(0, 0, -1)))
-}
-
func TestHashing(t *testing.T) {
assert.Equal(t, hashing("unsupportedHashAlgorithm", []byte{}), []byte(nil))
}