Skip to content

Commit

Permalink
fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
hichxm committed Feb 18, 2018
1 parent 3417d61 commit 203adf5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/testWargamingApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ public function check_server_info_with_custom_region() {
//Init Wargaming.net api key and region
$war = new WargamingApi("e9807cace93606169c54fb8e9ec763b2", "eu");

$server = $war->serverInfo("asia");
$server = $war->serverInfo("com");

$this->assertEquals(503,$server['wot'][1]['server']);
$this->assertEquals(501,$server['wot'][0]['server']);
$this->assertEquals(304,$server['wot'][1]['server']);
$this->assertEquals(303,$server['wot'][0]['server']);

}

Expand Down

0 comments on commit 203adf5

Please sign in to comment.