Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
iandundas committed Mar 3, 2023
1 parent c74f292 commit 9c6d8da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ extension HolderDashboardViewModelTests {
sut = vendSut(dashboardRegionToggleValue: .domestic, activeDisclosurePolicies: [.policy3G])

// Act
sendUpdate?((RemoteConfiguration.default, Data(), URLResponse()))
sendUpdate?((RemoteConfiguration.default, Data(), URLResponse(), "hash"))

// Assert

Expand Down

0 comments on commit 9c6d8da

Please sign in to comment.