aboutsummaryrefslogtreecommitdiffstats
path: root/hv-collector-core/src/test/kotlin
diff options
context:
space:
mode:
authorJakub Dudycz <jdudycz@nokia.com>2018-07-11 12:24:15 +0200
committerPiotr Jaszczyk <piotr.jaszczyk@nokia.com>2018-08-02 14:36:43 +0200
commitece457cd2470f65275b695991bf0bee1e144c24d (patch)
tree2042e34180672a1da8fe96dc605563e4699959e7 /hv-collector-core/src/test/kotlin
parentdc59f9dacd3e5a39b9bf2ed092796e1723ce26cf (diff)
Use MessageValidator in VesMessage class
Closes ONAP-493 Change-Id: I15b5f0f1052865aa29ffa103bef2368bd94021e8 Signed-off-by: Jakub Dudycz <jdudycz@nokia.com> Issue-ID: DCAEGEN2-601
Diffstat (limited to 'hv-collector-core/src/test/kotlin')
-rw-r--r--hv-collector-core/src/test/kotlin/org/onap/dcae/collectors/veshv/impl/MessageValidatorTest.kt2
1 files changed, 1 insertions, 1 deletions
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()