Skip to content

Commit f8668ef

Browse files
Update block data provider test
Co-authored-by: Peter Argue <[email protected]>
1 parent cb5db1d commit f8668ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/access/rest/websockets/data_providers/blocks_provider_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ func (s *BlocksProviderSuite) testHappyPath(
233233
// Create a channel to simulate the subscription's data channel
234234
dataChan := make(chan interface{})
235235

236-
// // Create a mock subscription and mock the channel
236+
// Create a mock subscription and mock the channel
237237
sub := statestreamsmock.NewSubscription(s.T())
238238
sub.On("Channel").Return((<-chan interface{})(dataChan))
239239
sub.On("Err").Return(nil)

0 commit comments

Comments
 (0)