Correction to test_records.json for Currency Exchange doctype
diff --git a/erpnext/setup/doctype/currency_exchange/test_records.json b/erpnext/setup/doctype/currency_exchange/test_records.json
index 4bfcd2e..17ca1a5 100644
--- a/erpnext/setup/doctype/currency_exchange/test_records.json
+++ b/erpnext/setup/doctype/currency_exchange/test_records.json
@@ -1,21 +1,21 @@
 [
  {
   "doctype": "Currency Exchange", 
-  "date": "01-01-2016"
+  "date": "01-01-2016",
   "exchange_rate": 60.0, 
   "from_currency": "USD", 
   "to_currency": "INR"
  }, 
  {
   "doctype": "Currency Exchange", 
-  "date": "01-01-2016"
+  "date": "01-01-2016",
   "exchange_rate": 0.773, 
   "from_currency": "USD", 
   "to_currency": "EUR"
  }, 
  {
   "doctype": "Currency Exchange", 
-  "date": "01-01-2016"
+  "date": "01-01-2016",
   "exchange_rate": 0.0167, 
   "from_currency": "INR", 
   "to_currency": "USD"