Skip to content

Commit

Permalink
rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
gammazero committed Sep 19, 2024
1 parent 7b7329e commit 13e7203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipld/unixfs/hamt/hamt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ func TestHamtBadSize(t *testing.T) {
}
}

func TestHamtNilChildren(t *testing.T) {
func TestHamtNilLinkAndShard(t *testing.T) {
shard, err := NewShard(nil, 1024)
if err != nil {
t.Fatal(err)
Expand Down

0 comments on commit 13e7203

Please sign in to comment.