aboutsummaryrefslogtreecommitdiff
path: root/hash_sha256_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'hash_sha256_test.go')
-rw-r--r--hash_sha256_test.go12
1 files changed, 0 insertions, 12 deletions
diff --git a/hash_sha256_test.go b/hash_sha256_test.go
index ce436ad7..0b735f0a 100644
--- a/hash_sha256_test.go
+++ b/hash_sha256_test.go
@@ -7,15 +7,3 @@ import (
)
const testHashSize = sha256.Size
-
-type (
- testHashType = [sha256.Size]byte
- TestHash = Hash[testHashType]
- TestRepository = Repository[testHashType]
- TestBlob = Blob[testHashType]
- TestTree = Tree[testHashType]
- TestTreeEntry = TreeEntry[testHashType]
- TestCommit = Commit[testHashType]
- TestTag = Tag[testHashType]
- TestObject = Object[testHashType]
-)