Skip to content

Commit bdb2f4c

Browse files
committed
lint
1 parent 674ad08 commit bdb2f4c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

block/internal/da/client_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ func TestClient_SubmitOptionsMerge(t *testing.T) {
148148
require.Equal(t, datypes.StatusSuccess, res.Code)
149149
}
150150

151-
152151
// TestClient_BatchProcessing tests the batching behavior for Get, GetProofs, and Validate.
153152
// Tests core batching logic (multiple batches, context cancellation, error propagation)
154153
// once using Get, then verifies GetProofs and Validate work correctly with batching.

test/testda/dummy.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ func (d *DummyDA) Retrieve(_ context.Context, height uint64, namespace []byte) d
134134
}
135135
}
136136

137-
138137
// GetHeaderNamespace returns the header namespace.
139138
func (d *DummyDA) GetHeaderNamespace() []byte { return []byte("hdr") }
140139

0 commit comments

Comments
 (0)