converted production tests to INR from USD (#10472)

This commit is contained in:
Ameya Shenoy
2017-08-21 14:10:04 +05:30
committed by Rushabh Mehta
parent 575ab3ab70
commit c87c1dbbbf
2 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ QUnit.test("Test: Company", function (assert) {
() => frappe.timeout(1),
() => cur_frm.set_value("company_name", "Razer Blade"),
() => cur_frm.set_value("abbr", "RB"),
() => cur_frm.set_value("default_currency", "USD"),
() => cur_frm.set_value("default_currency", "INR"),
() => cur_frm.save(),
() => frappe.timeout(1),