Skip to content

Commit

Permalink
Fix test bug
Browse files Browse the repository at this point in the history
Signed-off-by: Cody Littley <[email protected]>
  • Loading branch information
cody-littley committed Nov 27, 2024
1 parent dfd2925 commit 24f5f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relay/cache/cache_accessor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ func TestConcurrencyLimiter(t *testing.T) {

cacheSize := 100

ca, err := NewCacheAccessor[int, *string](nil, uint64(cacheSize), 0, accessor, nil)
ca, err := NewCacheAccessor[int, *string](nil, uint64(cacheSize), maxConcurrency, accessor, nil)
require.NoError(t, err)

wg := sync.WaitGroup{}
Expand Down

0 comments on commit 24f5f5d

Please sign in to comment.