@@ -54,7 +54,7 @@ class GmsMapperSpec extends Specification{
54
54
' GreenArmy-1234567-1' == project. externalId
55
55
' Test Project Name' == project. name
56
56
' Test Project Description' == project. description
57
- [[organisationId :" 123" , name :" Test org 1" , organisationName : " Test org 1 " , description :" Recipient" ]] == project. associatedOrgs
57
+ [[organisationId :" 123" , name :" Test org 1" , description :" Recipient" ]] == project. associatedOrgs
58
58
' gar1' == project. programId
59
59
[[idType :' INTERNAL_ORDER_NUMBER' , externalId :' 111111' ]] == project. externalIds
60
60
@@ -249,7 +249,7 @@ class GmsMapperSpec extends Specification{
249
249
1 * abnLookupService. lookupOrganisationDetailsByABN(abn) >> abnValue
250
250
251
251
and :
252
- result. project. associatedOrgs == [[organisationId :null , name :" Test org 12345678900" , organisationName : " Test org 12345678900 " , description :" Recipient" ]]
252
+ result. project. associatedOrgs == [[organisationId :null , name :" Test org 12345678900" , description :" Recipient" ]]
253
253
result. messages[0 ] == " An organisation will be created with ABN: 12345678900 and name: Test org 12345678900"
254
254
}
255
255
@@ -266,7 +266,7 @@ class GmsMapperSpec extends Specification{
266
266
1 * abnLookupService. lookupOrganisationDetailsByABN(abn) >> abnValue
267
267
268
268
and :
269
- result. project. associatedOrgs == [[organisationId :null , name :" Test org 12345678900" , organisationName : " Test org 12345678900 " , description :" Recipient" ]]
269
+ result. project. associatedOrgs == [[organisationId :null , name :" Test org 12345678900" , description :" Recipient" ]]
270
270
result. messages[0 ] == " An organisation will be created with ABN: 12345678900 and name: Test org 12345678900"
271
271
}
272
272
0 commit comments