Skip to content

Commit

Permalink
update test name
Browse files Browse the repository at this point in the history
  • Loading branch information
walldiss committed Jun 21, 2023
1 parent 1b05d6d commit 73974b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/getters/shrex_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func TestShrexGetter(t *testing.T) {
require.Nil(t, emptyShares.Verify(&dah, nID))
})

t.Run("ND_namespace_not_in_root", func(t *testing.T) {
t.Run("ND_namespace_not_in_dah", func(t *testing.T) {
ctx, cancel := context.WithTimeout(ctx, time.Second)
t.Cleanup(cancel)

Expand Down

0 comments on commit 73974b0

Please sign in to comment.