Skip to content

Commit

Permalink
removing unwanted assert
Browse files Browse the repository at this point in the history
  • Loading branch information
anupsv committed Sep 17, 2024
1 parent 040620f commit 1be6eb1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion e2e/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ func TestProxyClient(t *testing.T) {
t.Log("Setting input data on proxy server...")
_, err := daClient.SetData(ts.Ctx, testPreimage)
require.NoError(t, err)
assert.True(t, !isPanic(err.Error()))
})

t.Run("unicode preimage set data case", func(t *testing.T) {
Expand Down

0 comments on commit 1be6eb1

Please sign in to comment.