Skip to content

Commit

Permalink
lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
gregns1 committed Nov 2, 2023
1 parent dad8f59 commit 755ef5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/hybrid_logical_vector_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ func TestAddNewerVersionsBetweenTwoVectors(t *testing.T) {
incomingHLV := createHLVForTest(t, test.incomingInput)
expectedHLV := createHLVForTest(t, test.expectedInput)

localHLV.AddNewerVersions(incomingHLV)
_ = localHLV.AddNewerVersions(incomingHLV)
// assert on expected values
assert.Equal(t, expectedHLV.SourceID, localHLV.SourceID)
assert.Equal(t, expectedHLV.Version, localHLV.Version)
Expand Down

0 comments on commit 755ef5a

Please sign in to comment.