Skip to content

Commit

Permalink
Minor fix in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
wzorgdrager committed Apr 1, 2019
1 parent 1186bbc commit ee1c5e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ class KafkaBufferTest
correctProperties.put("enable.auto.commit", "true")
correctProperties.put("group.id", "test")
correctProperties.put("some.other.property", "some-value")
correctDefaultProperties.put("compression.type", "none")
correctProperties.put("compression.type", "none")
assert(kafkaBuffer2.getKafkaProperties == correctProperties)

}
Expand Down

0 comments on commit ee1c5e3

Please sign in to comment.