Skip to content

Commit 480e151

Browse files
tac0turtletac0turtle
andauthored
fix(da): da test (#2266)
<!-- Please read and fill out this form before submitting your PR. Please make sure you have reviewed our contributors guide before submitting your first PR. NOTE: PR titles should follow semantic commits: https://www.conventionalcommits.org/en/v1.0.0/ --> ## Overview <!-- Please provide an explanation of the PR, including the appropriate context, background, goal, and rationale. If there is an issue with this information, please provide a tl;dr and link the issue. Ex: Closes #<issue number> --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Tests** - Updated the namespace value used in the JSONRPC proxy client tests to use its hexadecimal ASCII representation. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Co-authored-by: tac0turtle <you@example.com>
1 parent ea36dc7 commit 480e151

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

da/jsonrpc/proxy_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func TestProxy(t *testing.T) {
4646
}
4747
}()
4848

49-
client, err := proxy.NewClient(context.Background(), logger, ClientURL, "", "test")
49+
client, err := proxy.NewClient(context.Background(), logger, ClientURL, "", "74657374")
5050
require.NoError(t, err)
5151
RunDATestSuite(t, &client.DA)
5252
}

0 commit comments

Comments
 (0)