Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Achille Roussel committed Jul 23, 2017
1 parent a541536 commit ef2a73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tag_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ func BenchmarkSortTags(b *testing.B) {
{"C", ""},
}

t1 := make([]Tag, len(t0.tags))
t1 := make([]Tag, len(t0))

for i := 0; i != b.N; i++ {
copy(t1, t0)
Expand Down

0 comments on commit ef2a73b

Please sign in to comment.