Skip to content

Commit

Permalink
Fix test typo
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
  • Loading branch information
timvaillancourt committed Feb 24, 2023
1 parent 6beae70 commit c8ad379
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func TestEnabledThrottler(t *testing.T) {
defer mockCtrl.Finish()

defer resetTxThrottlerFactories()
ts := memorytopo.NewServer("cell1", "cell2", "cell3")
ts := memorytopo.NewServer("cell1", "cell2")

mockHealthCheck := NewMockHealthCheck(mockCtrl)
hcCall1 := mockHealthCheck.EXPECT().Subscribe()
Expand Down

0 comments on commit c8ad379

Please sign in to comment.