Skip to content

Commit d7adf93

Browse files
committed
linter
1 parent 5292fbe commit d7adf93

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rpc/v10/subscriptions_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2380,7 +2380,6 @@ func TestSubscribeNewTransactions(t *testing.T) {
23802380
proofFactsWithTag,
23812381
proofFactsWithoutTag,
23822382
}
2383-
//nolint:dupl // Shares similar structure with other tests but tests different method
23842383
for _, tc := range testCases {
23852384
t.Run(tc.description, func(t *testing.T) {
23862385
subID, conn := createTestNewTransactionsWebsocket(
@@ -2961,7 +2960,6 @@ func TestSubscribeTransactionReceipts(t *testing.T) {
29612960
reorgEvent,
29622961
}
29632962

2964-
//nolint:dupl // Shares similar structure with other tests but tests different method
29652963
for _, tc := range testCases {
29662964
t.Run(tc.description, func(t *testing.T) {
29672965
subID, conn := createTestTransactionReceiptsWebsocket(t, handler, tc.senderAddress, tc.statuses)

0 commit comments

Comments
 (0)