<@U0FMXU16E>: I see the following if I tell it to ...
# announcements
d
@christophsturm: I see the following if I tell it to expect
{}
Copy code
Argument(s) are different! Wanted:
service.getPrompts(
    "token",
    (test_something$2) Function1<com.example.model.Result<java.util.Set<? extends com.example.models.Prompt>, com.example.services.ServiceError>, kotlin.Unit>
);
-> at com.example.ActionTest.test_something(ActionTest.kt:35)
Actual invocation has different arguments:
service.getPrompts(
    "token",
    (createAction$1) Function1<com.example.Result<java.util.Set<? extends com.example.models.Prompt>, com.example.ServiceError>, kotlin.Unit>
);
I just don’t know to add that to an Any clause 😕