Skip to content

Commit

Permalink
Update block data provider test
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Argue <89119817+peterargue@users.noreply.github.com>
  • Loading branch information
UlyanaAndrukhiv and peterargue authored Dec 3, 2024
1 parent cb5db1d commit f8668ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ func (s *BlocksProviderSuite) testHappyPath(
// Create a channel to simulate the subscription's data channel
dataChan := make(chan interface{})

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

0 comments on commit f8668ef

Please sign in to comment.