Skip to content

Commit

Permalink
fixed typo in MpscLinkedQueue test name (reactor#1258)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusJais authored and simonbasle committed Jul 2, 2018
1 parent b56d75a commit 611fc49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public void shouldRejectNullableValuesForTest() {
}

@Test
public void shouldNormallyOffersTwoValues() {
public void shouldNormallyOfferTwoValues() {
MpscLinkedQueue<Object> q = new MpscLinkedQueue<Object>();
q.test(1, 2);

Expand Down

0 comments on commit 611fc49

Please sign in to comment.