Use lombok for events, base, dao
[policy/models.git] / models-dao / src / test / java / org / onap / policy / models / dao / DaoMiscTest.java
index 4197149..3a46570 100644 (file)
@@ -1,7 +1,7 @@
 /*-
  * ============LICENSE_START=======================================================
  *  Copyright (C) 2019 Nordix Foundation.
- *  Modifications Copyright (C) 2019 AT&T Intellectual Property. All rights reserved.
+ *  Modifications Copyright (C) 2019, 2021 AT&T Intellectual Property. All rights reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -73,7 +73,7 @@ public class DaoMiscTest {
         pars.setPluginClass(SOMEWHERE_OVER_THE_RAINBOW);
         assertEquals(SOMEWHERE_OVER_THE_RAINBOW, pars.getPluginClass());
 
-        assertEquals("DAOParameters [pluginClass=somewhere.over.the.rainbow, "
-                + "persistenceUnit=Kansas, jdbcProperties={name=Dorothy}]", pars.toString());
+        assertEquals("DaoParameters(pluginClass=somewhere.over.the.rainbow, "
+                + "persistenceUnit=Kansas, jdbcProperties={name=Dorothy})", pars.toString());
     }
 }