Skip to content

Commit

Permalink
Align with master changes
Browse files Browse the repository at this point in the history
  • Loading branch information
linasm committed Nov 27, 2020
1 parent 8e52b7a commit 30a7901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dbnode/integration/index_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func (w TestIndexWrites) MatchesSeriesIters(

uniqueIDs := make(map[string]struct{})
for _, wi := range w {
uniqueIDs[wi.id.String()] = struct{}{}
uniqueIDs[wi.ID.String()] = struct{}{}
}
require.Equal(t, len(uniqueIDs), actualCount)
}
Expand Down

0 comments on commit 30a7901

Please sign in to comment.