Skip to content

Commit

Permalink
remote unused hash variable (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
JunNishimura committed Jun 23, 2023
1 parent b61ff24 commit e86fe1f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/store/index_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,6 @@ func TestGetEntriesByDirectory(t *testing.T) {
}
tests := []*test{
func() *test {
hash, _ := hex.DecodeString("87f3c49bccf2597484ece08746d3ee5defaba335")
hash = sha.SHA1(hash)
return &test{
name: "success: empty",
args: args{
Expand Down

0 comments on commit e86fe1f

Please sign in to comment.