Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jotaemepereira committed Mar 14, 2024
1 parent f99c05c commit 8d107b5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ final class DataBrokerOperationActionTests: XCTestCase {
prefs: ContentScopeProperties.mock,
query: BrokerProfileQueryData.mock(),
emailService: emailService,
captchaService: captchaService,
operationAwaitTime: 0,
shouldRunNextStep: { true }
)
Expand All @@ -357,6 +358,7 @@ final class DataBrokerOperationActionTests: XCTestCase {
prefs: ContentScopeProperties.mock,
query: BrokerProfileQueryData.mock(),
emailService: emailService,
captchaService: captchaService,
operationAwaitTime: 0,
shouldRunNextStep: { true }
)
Expand All @@ -376,6 +378,7 @@ final class DataBrokerOperationActionTests: XCTestCase {
prefs: ContentScopeProperties.mock,
query: BrokerProfileQueryData.mock(),
emailService: emailService,
captchaService: captchaService,
operationAwaitTime: 0,
shouldRunNextStep: { true }
)
Expand All @@ -395,6 +398,7 @@ final class DataBrokerOperationActionTests: XCTestCase {
prefs: ContentScopeProperties.mock,
query: BrokerProfileQueryData.mock(),
emailService: emailService,
captchaService: captchaService,
operationAwaitTime: 0,
shouldRunNextStep: { true }
)
Expand Down

0 comments on commit 8d107b5

Please sign in to comment.