aboutsummaryrefslogtreecommitdiff
path: root/hash_sha256_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_sha256_test.go
parentEntryRecursive should return ErrNotFound instead of nil, nil (diff)
signature
Use actual git for tests and enhance Head
Diffstat (limited to 'hash_sha256_test.go')
-rw-r--r--hash_sha256_test.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/hash_sha256_test.go b/hash_sha256_test.go
deleted file mode 100644
index 0b735f0a..00000000
--- a/hash_sha256_test.go
+++ /dev/null
@@ -1,9 +0,0 @@
-//go:build !sha1
-
-package furgit
-
-import (
- "crypto/sha256"
-)
-
-const testHashSize = sha256.Size