Update test_payment_against_invoice.js
diff --git a/erpnext/accounts/doctype/payment_entry/tests/test_payment_against_invoice.js b/erpnext/accounts/doctype/payment_entry/tests/test_payment_against_invoice.js
index ac20371..7dea76d 100644
--- a/erpnext/accounts/doctype/payment_entry/tests/test_payment_against_invoice.js
+++ b/erpnext/accounts/doctype/payment_entry/tests/test_payment_against_invoice.js
@@ -37,7 +37,7 @@
},
() => cur_frm.set_value('paid_amount', 100),
() => {
- cur_frm.doc.references[0].allocated_amount = 101
+ cur_frm.doc.references[0].allocated_amount = 101;
},
() => frappe.click_button('Write Off Difference Amount'),
() => {
@@ -48,4 +48,4 @@
},
() => done()
]);
-});
\ No newline at end of file
+});