Commit da46cc2f by Mario Trangoni

Fix changed want md5 hash

parent f0167e17
......@@ -10,7 +10,7 @@ func TestMd5Sum(t *testing.T) {
t.Fatal("expected err to be nil")
}
want := "2d6a56c82d09d374643b926d3417afba"
want := "dd1f7fdb3466c0d09c2e839d1f1530f8"
if have != want {
t.Fatalf("expected: %s got: %s", want, have)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment