Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Jul 3, 2024
1 parent 5a6798b commit 47d99be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion channel_medium_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

// Helper function to create a channelMedium with options.
func setupChannelMedium(t testing.TB, options ChannelMediumOptions, node node) *channelMedium {
func setupChannelMedium(t testing.TB, options ChannelMediumOptions, node nodeSubset) *channelMedium {
t.Helper()
channel := "testChannel"
cache, err := newChannelMedium(channel, node, options)
Expand Down

0 comments on commit 47d99be

Please sign in to comment.