aboutsummaryrefslogtreecommitdiff
path: root/hash_sha1_test.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2025-11-16 00:00:00 +0000
committerGravatar Runxi Yu2025-11-16 00:00:00 +0000
commitbad0f9715556a470d0de2a22c7040181e3a033ba (patch)
tree21463072ce5bc85682a887ce0cae26d833941af3 /hash_sha1_test.go
parentEntryRecursive should return ErrNotFound instead of nil, nil (diff)
signature
Use actual git for tests and enhance Head
Diffstat (limited to 'hash_sha1_test.go')
-rw-r--r--hash_sha1_test.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/hash_sha1_test.go b/hash_sha1_test.go
deleted file mode 100644
index 9f3137b9..00000000
--- a/hash_sha1_test.go
+++ /dev/null
@@ -1,9 +0,0 @@
-//go:build sha1
-
-package furgit
-
-import (
- "crypto/sha1"
-)
-
-const testHashSize = sha1.Size