summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
Diffstat (limited to 'internal')
-rw-r--r--internal/types/entry_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/types/entry_test.go b/internal/types/entry_test.go
index 552d847..c6a7320 100644
--- a/internal/types/entry_test.go
+++ b/internal/types/entry_test.go
@@ -11,7 +11,7 @@ func TestEntryChecksum(t *testing.T) {
return
}
- expected := "8618a63380fe6d365422cae6ef143a88bb6bd78df567fea3822074cc748f52f8"
+ expected := "e139c0788fbc0d9cce370e4918c1cbc8862184d9461bd1238c02b7f80cb042fe"
got := entry.Checksum()
if expected != got {