Skip to content

Commit

Permalink
small fix in TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cicr99 committed Sep 5, 2023
1 parent b11189c commit 6e27317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/write_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func TestDeclareTransaction(t *testing.T) {
testConfig.provider.c = spy

// To do: test transaction against client that supports RPC method (currently Sequencer uses
// "sierra_program" instead of "program" in BroadcastedDeclareTransactionV1
// "sierra_program" instead of "program" in BroadcastedDeclareTransactionV2)
dec, err := testConfig.provider.AddDeclareTransaction(context.Background(), declareTx)
if err != nil {
require.Equal(t, err.Error(), test.ExpectedError)
Expand Down

0 comments on commit 6e27317

Please sign in to comment.