We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5ec730 commit 0ee159dCopy full SHA for 0ee159d
server/services/transactionsTransformer_test.go
@@ -1260,7 +1260,7 @@ func TestTransactionsTransformer_TransformBlockTxsHavingClaimDeveloperRewards(t
1260
blocks, err := readTestBlocks("testdata/blocks_with_claim_developer_rewards.json")
1261
require.Nil(t, err)
1262
1263
- t.Run("recover operations", func(t *testing.T) {
+ t.Run("recover operations using ClaimDeveloperRewards events", func(t *testing.T) {
1264
txs, err := transformer.transformBlockTxs(blocks[0])
1265
1266
require.Len(t, txs, 2)
0 commit comments