From 47d99bef33cc39848971e5e3f6a09d80537acc0f Mon Sep 17 00:00:00 2001 From: FZambia Date: Wed, 3 Jul 2024 07:25:06 +0300 Subject: [PATCH] fix tests --- channel_medium_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channel_medium_test.go b/channel_medium_test.go index 3d4d9041..f74c2206 100644 --- a/channel_medium_test.go +++ b/channel_medium_test.go @@ -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)