Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
murali-reddy committed May 3, 2019
1 parent a400d43 commit 11c55a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipam/ring/ring_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ func TestMergeWithConflicts(t *testing.T) {
require.NoError(t, merge(ring1, ring2))

// received update to entry with a token and version identical to an entry we have
// but but holding different content, if there are allocations, then reject the recieved
// but but holding different content, if there are allocations, then reject the received
// entry
ring1 = NewRing(start, end, peer1name)
ring2 = NewRing(start, end, peer2name)
Expand Down

0 comments on commit 11c55a3

Please sign in to comment.