Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Cody Littley <[email protected]>
  • Loading branch information
cody-littley committed Feb 3, 2025
1 parent 61a6d75 commit 5fdbb12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disperser/apiserver/server_v2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -648,5 +648,5 @@ func TestTooShortCommitment(t *testing.T) {
})

require.Error(t, err)
require.Contains(t, err.Error(), "is less than blob length")
require.Contains(t, err.Error(), "invalid commitment length, must be a power of 2add ")
}

0 comments on commit 5fdbb12

Please sign in to comment.