Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
matt2e committed Jul 12, 2024
1 parent 92b3109 commit e82705f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/configuration/asm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ func TestFollowerSync(t *testing.T) {
// fakeRPCClient connects the follower to the leader
fakeRPCClient := &fakeAdminClient{sm: leaderManager}
followerClock := clock.NewMock()
follower := newASMFollower(ctx, fakeRPCClient)
follower := newASMFollower(ctx, fakeRPCClient, "fake")

followerASM := newASMForTesting(ctx, externalClient, URL("http://localhost:1235"), leaser, optional.Some[asmClient](follower))
asmClient, err := followerASM.coordinator.Get()
Expand Down

0 comments on commit e82705f

Please sign in to comment.