Skip to content

Commit

Permalink
fix(MockGlobalRepository): Default argument interop enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
KaylaBrady committed Jan 14, 2025
1 parent dcde61c commit 22d569a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class MockGlobalRepository
@DefaultArgumentInterop.Enabled
constructor(val result: ApiResult<GlobalResponse>, val onGet: () -> Unit = {}) : IGlobalRepository {

@DefaultArgumentInterop.Enabled
constructor(
response: GlobalResponse =
GlobalResponse(emptyMap(), emptyMap(), emptyMap(), emptyMap(), emptyMap(), emptyMap()),
Expand Down

0 comments on commit 22d569a

Please sign in to comment.