mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-11 02:22:45 +00:00
Merge branch '4.3.x' into 5.0.x
This commit is contained in:
@@ -1 +1,5 @@
|
||||
5.0.0-SNAPSHOT
|
||||
<<<<<<< HEAD
|
||||
5.0.0-SNAPSHOT
|
||||
=======
|
||||
4.3.0-SNAPSHOT
|
||||
>>>>>>> 4.3.x
|
||||
|
||||
@@ -128,8 +128,6 @@ public class PetApiTest {
|
||||
//empty
|
||||
}
|
||||
});
|
||||
// the API call should be executed asynchronously, so result should be empty at the moment
|
||||
assertTrue(result.isEmpty());
|
||||
|
||||
// wait for the asynchronous call to finish (at most 10 seconds)
|
||||
final int maxTry = 10;
|
||||
|
||||
Reference in New Issue
Block a user