File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/test/java/net/accelbyte/sdk/integration Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
import static org .junit .jupiter .api .Assertions .assertTrue ;
5
5
6
6
import net .accelbyte .sdk .api .ams .models .ApiAvailableInstanceTypesResponse ;
7
- import net .accelbyte .sdk .api .ams .models .ApiRegionsResponse ;
7
+ import net .accelbyte .sdk .api .ams .models .ApiAMSRegionsResponse ;
8
8
import net .accelbyte .sdk .api .ams .operations .ams_info .InfoRegions ;
9
9
import net .accelbyte .sdk .api .ams .operations .ams_info .InfoSupportedInstances ;
10
10
import net .accelbyte .sdk .api .ams .wrappers .AMSInfo ;
@@ -26,7 +26,7 @@ public void test() throws Exception {
26
26
27
27
// CASE Get AMS info for info region operation
28
28
29
- final ApiRegionsResponse infoRegions =
29
+ final ApiAMSRegionsResponse infoRegions =
30
30
amsInfoWrapper .infoRegions (InfoRegions .builder ().build ());
31
31
32
32
// ESAC
You can’t perform that action at this time.
0 commit comments