Quellcode durchsuchen

changed 'USA' to 'United States'

master
Adam White vor 3 Jahren
Ursprung
Commit
c3e3a0f2f1
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. +3
    -3
      force-app/main/default/classes/MassTransactorActionTest.cls

+ 3
- 3
force-app/main/default/classes/MassTransactorActionTest.cls Datei anzeigen

@@ -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'));


Laden…
Abbrechen
Speichern