HelloWorld E2SM unit tests
[ric-app/hw.git] / test / test_db.h
index e7716b4..478af92 100644 (file)
@@ -1,7 +1,7 @@
 /*
 ==================================================================================
 
-        Copyright (c) 2018-2019 AT&T Intellectual Property.
+        Copyright (c) 2019-2020 AT&T Intellectual Property.
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
@@ -38,7 +38,6 @@ TEST(Xapp, getGNBlist)
 
        Xapp hw_xapp(std::ref(config),rmr);
        hw_xapp.set_rnib_gnblist();
-
        auto gnblist = hw_xapp.get_rnib_gnblist();
        int sz = gnblist.size();
        EXPECT_GE(sz,0);