Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Won Jun Jang <wjang@uber.com>
  • Loading branch information
black-adder committed Nov 13, 2017
1 parent 2b7fda5 commit 0aebfac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/queue/bounded_queue_test.go
Expand Up @@ -118,9 +118,8 @@ func TestBoundedQueueWithPriority(t *testing.T) {
GetPriority(func(item interface{}) int {
if item.(string) == "a" {
return highPriority
} else {
return lowPriority
}
return lowPriority
}),
)
assert.Equal(t, 1, q.Capacity())
Expand Down

0 comments on commit 0aebfac

Please sign in to comment.