Skip to content

Commit

Permalink
chore(test): fix test case
Browse files Browse the repository at this point in the history
related to #530
  • Loading branch information
ThorbenLindhauer committed Nov 23, 2017
1 parent e619691 commit da566c5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -126,7 +126,7 @@ public void shouldIncludeDelayedCreatedPartitions()
// given
final String topicName = "foo";
final int partition1 = 1;
final int partition2 = 1;
final int partition2 = 2;

streams.newEvent(STREAM_NAME)
.event(partitionCreated(topicName, partition1))
Expand Down

0 comments on commit da566c5

Please sign in to comment.