Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawa committed Dec 20, 2024
1 parent 6402aad commit 1b620e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ class ReportProblemViewModel(

// Ensure we show loading for at least MINIMUM_LOADING_TIME_MILLIS
val deferredResult = async {
mullvadProblemReporter.sendReport(
UserReport(nullableEmail, description),
)
mullvadProblemReporter.sendReport(UserReport(nullableEmail, description))
}
delay(MINIMUM_LOADING_TIME_MILLIS)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ abstract class MockApiTest {
return ApiEndpointOverride(
InetAddress.getLocalHost().hostName,
port,
disableAddressCache = true,
disableTls = true,
)
}
Expand Down

0 comments on commit 1b620e8

Please sign in to comment.