Minor formatting changes in unit test for component config loader

Change-Id: Ifa6e69d09d902d6c894fac4878a18b864c8ec4e3
diff --git a/core/net/src/test/resources/org/onosproject/cfg/impl/badConfig.json b/core/net/src/test/resources/org/onosproject/cfg/impl/badConfig.json
new file mode 100644
index 0000000..a76552e
--- /dev/null
+++ b/core/net/src/test/resources/org/onosproject/cfg/impl/badConfig.json
@@ -0,0 +1,5 @@
+{
+  "fooComponent": {
+    badconfig
+  }
+}
\ No newline at end of file