educative.io

Error occurred during execution of test cases

When I run test cases to check my solution, I get this error:

Error occurred during execution of test cases.


Course: Grokking Coding Interview Patterns in Go - Learn Interactively
Lesson: Find K Pairs with Smallest Sums

1 Like

Hi @joshpark,

The test cases are working fine at my end, can you please share your solution code so that we can look into the error? On the other hand, you can recheck whether the input types and return types of the function and parameters of your solution code match with the provided code template.