From ece457cd2470f65275b695991bf0bee1e144c24d Mon Sep 17 00:00:00 2001 From: Jakub Dudycz Date: Wed, 11 Jul 2018 12:24:15 +0200 Subject: Use MessageValidator in VesMessage class Closes ONAP-493 Change-Id: I15b5f0f1052865aa29ffa103bef2368bd94021e8 Signed-off-by: Jakub Dudycz Issue-ID: DCAEGEN2-601 --- .../kotlin/org/onap/dcae/collectors/veshv/impl/MessageValidatorTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hv-collector-core/src/test/kotlin') diff --git a/hv-collector-core/src/test/kotlin/org/onap/dcae/collectors/veshv/impl/MessageValidatorTest.kt b/hv-collector-core/src/test/kotlin/org/onap/dcae/collectors/veshv/impl/MessageValidatorTest.kt index 4d1b879a..a2a26b31 100644 --- a/hv-collector-core/src/test/kotlin/org/onap/dcae/collectors/veshv/impl/MessageValidatorTest.kt +++ b/hv-collector-core/src/test/kotlin/org/onap/dcae/collectors/veshv/impl/MessageValidatorTest.kt @@ -46,7 +46,7 @@ internal object MessageValidatorTest : Spek({ } given("Message validator") { - val cut = MessageValidator() + val cut = MessageValidator on("ves hv message including header with fully initialized fields") { val commonHeader = newBuilder() -- cgit 1.2.3-korg