Skip to content

Commit

Permalink
SCRS
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjwwalker committed May 4, 2017
1 parent 73cc1d4 commit 5c30569
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions it/repositories/RegistrationMongoRepositoryISpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class RegistrationMongoRepositoryISpec
Some("Testford"),
Some("Testshire"),
Some("TE1 1ST"),
Some("UK")
None
)

private val ppobAddress = Address(
Expand All @@ -53,7 +53,7 @@ class RegistrationMongoRepositoryISpec
Some("Testford"),
Some("Testshire"),
Some("TE4 1ST"),
Some("UK")
None
)
private val businessContact = DigitalContactDetails(
Some("[email protected]"),
Expand Down

0 comments on commit 5c30569

Please sign in to comment.