Skip to content
This repository has been archived by the owner on Oct 16, 2018. It is now read-only.

Commit

Permalink
mmm
Browse files Browse the repository at this point in the history
  • Loading branch information
prateek committed May 17, 2018
1 parent ab18972 commit 961d808
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index/segment/fs/writer_reader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,6 @@ func newFSTSegment(t *testing.T, s sgmt.MutableSegment) sgmt.Segment {

func assertSliceOfByteSlicesEqual(t *testing.T, a, b [][]byte) {
require.Equal(t, len(a), len(b), fmt.Sprintf("a = [%s], b = [%s]", pprint(a), pprint(b)))
sortSliceOfByteSlices(a)
sortSliceOfByteSlices(b)
require.Equal(t, a, b)
}

Expand Down

0 comments on commit 961d808

Please sign in to comment.