aboutsummaryrefslogtreecommitdiff
path: root/hash_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'hash_test.go')
-rw-r--r--hash_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hash_test.go b/hash_test.go
index dcbd7027..0b15fd38 100644
--- a/hash_test.go
+++ b/hash_test.go
@@ -18,7 +18,7 @@ func TestHashParse(t *testing.T) {
var validHash string
var expectedSize int
- if repo.hashAlgo.size() == 32 {
+ if repo.hashAlgo.Size() == 32 {
validHash = "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef"
expectedSize = 32
} else {