@@ -45,11 +45,11 @@ describe('Worlds', () => {
4545 } )
4646
4747 it ( 'should return an array of servers of expected length' , ( ) => {
48- expect ( resultantServers . servers . length ) . toEqual ( 68 )
48+ expect ( resultantServers . servers . length ) . toEqual ( 73 )
4949 } )
5050
5151 it ( 'should return array of data centers of expected length' , ( ) => {
52- expect ( resultantServers . dataCenters . length ) . toEqual ( 8 )
52+ expect ( resultantServers . dataCenters . length ) . toEqual ( 9 )
5353 } )
5454
5555 describe ( 'when status is not requested' , ( ) => {
@@ -77,9 +77,10 @@ describe('Worlds', () => {
7777 } )
7878
7979 describe . each ( [
80- [ 'Cerberus' , 'Chaos' , 'Europe' , WorldCategory . Standard , WorldStatus . CreationOfNewCharactersUnavailable ] ,
81- [ 'Ridill' , 'Gaia' , 'Japan' , WorldCategory . Preferred , WorldStatus . CreationOfNewCharacters ] ,
82- [ 'Siren' , 'Aether' , 'North America' , WorldCategory . Standard , WorldStatus . CreationOfNewCharacters ] ,
80+ [ 'Cerberus' , 'Chaos' , 'Europe' , WorldCategory . Congested , WorldStatus . CreationOfNewCharactersUnavailable ] ,
81+ [ 'Ridill' , 'Gaia' , 'Japan' , WorldCategory . Standard , WorldStatus . CreationOfNewCharactersUnavailable ] ,
82+ [ 'Ultros' , 'Primal' , 'North America' , WorldCategory . Standard , WorldStatus . CreationOfNewCharacters ] ,
83+ [ 'Bismarck' , 'Materia' , 'Oceania' , WorldCategory . New , WorldStatus . CreationOfNewCharacters ] ,
8384 ] ) ( 'servers array should contain %s' , ( serverName , dataCenter , region , category , status ) => {
8485 let foundServer : World | undefined
8586
0 commit comments