瀏覽代碼

changed 'USA' to 'United States'

master
Adam White 3 年之前
父節點
當前提交
c3e3a0f2f1
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. +3
    -3
      force-app/main/default/classes/MassTransactorActionTest.cls

+ 3
- 3
force-app/main/default/classes/MassTransactorActionTest.cls 查看文件

@@ -18,7 +18,7 @@ global with sharing class MassTransactorActionTest{
for (Integer i=0;i<10;i++) {
accounts.add(new Account(name='Account '+i,
billingcity='New York',
billingcountry='USA',
billingcountry='United States',
billingState = 'Virginia',
billingPostalCode = '23113',
BillingStreet = '12345 Hello Lane'));
@@ -33,7 +33,7 @@ global with sharing class MassTransactorActionTest{
for (Integer i=0;i<10;i++) {
accounts.add(new Account(name='Account '+i,
billingcity='New York',
billingcountry='USA',
billingcountry='United States',
billingState = 'Virginia',
billingPostalCode = '23113',
BillingStreet = '12345 Hello Lane'));
@@ -99,7 +99,7 @@ global with sharing class MassTransactorActionTest{
for (Integer i=0;i<10;i++) {
accounts.add(new Account(name='Account '+i,
billingcity='New York',
billingcountry='USA',
billingcountry='United States',
billingState = 'Virginia',
billingPostalCode = '23113',
BillingStreet = '12345 Hello Lane'));


Loading…
取消
儲存