Replies: 3 comments 1 reply
-
|
Where exactly do you see the |
Beta Was this translation helpful? Give feedback.
-
|
Let me clarify some of the descriptions. Derived from the home repository, the path of the file is here, in the SpotifyApiThreading method: The main issue arises with a The isDone is a part of the |
Beta Was this translation helpful? Give feedback.
-
|
The test itself was created locally by us and was not originally included in the file system. Relatively, it can be found in our file system and potentially be recreated here: spotify-web-api-java/src/test/java/se/michaelthelin/spotify/Ta23BravoTests.java If needed, I can provide the whole file, the exact test that fails was provided in the original post. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'd like to report an issue with the
executeAsyncmethod for theSpotifyApiThreadingclass The test, which aims to validate asynchronous execution usingCompletableFuture, is currently failing for us. The expected outcome is the completion ofCompletableFuturewith a non-null result, but the test indicates otherwise. A revision might be requested to ensure the expected functionality of theSpotifyApiThreadingclass.Thanks!
Mate
File path:
spotify-web-api-java/src/main/java/se/michaelthelin/spotify/SpotifyApiThreading.javaTest custom file path:
spotify-web-api-java/src/test/java/se/michaelthelin/spotify/Ta23BravoTests.java(only exists locally, mentioned for recreational purposes)Beta Was this translation helpful? Give feedback.
All reactions