TestProperties, Change the assertion arguments to not compare a primitive value with... 43/129943/3
authorGanesh <ganesh.c@samsung.com>
Fri, 15 Jul 2022 08:02:31 +0000 (13:32 +0530)
committerKAPIL SINGAL <ks220y@att.com>
Mon, 18 Jul 2022 13:47:08 +0000 (13:47 +0000)
Signed-off-by: Ganesh <ganesh.c@samsung.com>
Change-Id: I128fb3cebbba6817c8ae28f37a50780defe260e9
Issue-ID: CCSDK-3476

adaptors/iaas-adaptor/iaas-adaptor-bundle/src/test/java/org/onap/ccsdk/sli/adaptors/openstack/heat/model/TestProperties.java

index 84abf12..70fbb75 100644 (file)
@@ -3,6 +3,7 @@
 * ONAP : APPC
 * ================================================================================
 * Copyright 2018 TechMahindra
+* Copyright (C) 2022 Samsung Electronics
 *=================================================================================
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
@@ -36,7 +37,6 @@ public class TestProperties {
     @Test
     public void testGetSize() {
         properties.setSize(123);
-        assertNotNull(properties.getSize());
         assertEquals(properties.getSize(),123);
     }