Skip to content

Commit

Permalink
remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
imjasonh committed Jul 29, 2021
1 parent 35ad836 commit d81fc7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/v1/static/static_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ func TestNewLayer(t *testing.T) {
if h != h2 {
t.Errorf("Digest != DiffID; digest is %v, diffid is %v", h, h2)
}
// sha256("..........")
wantDigest, err := v1.NewHash("sha256:537f3fb69ba01fc388a3a5c920c485b2873d5f327305c3dd2004d6a04451659b")
if err != nil {
t.Fatal(err)
Expand Down

0 comments on commit d81fc7c

Please sign in to comment.