apache / openwhisk-package-kafka

Apache OpenWhisk package for communicating with Kafka or Message Hub
https://openwhisk.apache.org/
Apache License 2.0
32 stars 43 forks source link

Move Feed Test from BasicHealthTest to MessageHubFeedTests #258

Closed dubee closed 6 years ago

dubee commented 6 years ago

BasicHealthTest suite contains a test entitled: correctly update isJSONData, isBinaryValue, and isBinaryKey. It does not seem like this should be a health test, but instead be moved to the MessageHubFeedTests suite.

https://github.com/apache/incubator-openwhisk-package-kafka/blob/master/tests/src/test/scala/system/health/BasicHealthTest.scala#L253