Skip to content

Commit 106cf9b

Browse files
torcolvinCopilot
andauthored
Update auth/auth_test.go
Co-authored-by: Copilot <[email protected]>
1 parent 92c6923 commit 106cf9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth/auth_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2963,5 +2963,5 @@ func TestCalculateMaxHistoryEntriesPerGrant(t *testing.T) {
29632963

29642964
// requireExpandWildCardChannel is a helper function to assert that a user's wildcard channel expansion produces the expected result.
29652965
func requireExpandWildCardChannel(t *testing.T, user User, expectedChannels, channelsToExpand []string) {
2966-
assert.Equal(t, base.SetFromArray(expectedChannels), user.expandWildCardChannel(base.SetFromArray(expectedChannels)), "Expected channels %v to expand to %v", expectedChannels, channelsToExpand)
2966+
assert.Equal(t, base.SetFromArray(expectedChannels), user.expandWildCardChannel(base.SetFromArray(channelsToExpand)), "Expected channels %v to expand to %v", expectedChannels, channelsToExpand)
29672967
}

0 commit comments

Comments
 (0)