@@ -57,7 +57,7 @@ public function it_gets_the_owned_games_by_user_id()
5757 $ this ->assertInstanceOf ('Syntax\SteamApi\Containers\Game ' , $ games ->first ());
5858
5959 $ attributes = [
60- 'appId ' , 'name ' , 'playtimeTwoWeeks ' , 'playtimeForever ' , 'playtimeForeverReadable ' ,
60+ 'appId ' , 'name ' , 'playtimeTwoWeeks ' , 'playtimeTwoWeeksReadable ' , ' playtimeForever ' , 'playtimeForeverReadable ' ,
6161 'icon ' , 'logo ' , 'header ' , 'hasCommunityVisibleStats '
6262 ];
6363 $ this ->assertObjectHasAttributes ($ attributes , $ games ->first ());
@@ -72,7 +72,7 @@ public function it_gets_the_owned_games_by_user_id_without_app_details()
7272 $ this ->assertInstanceOf ('Syntax\SteamApi\Containers\Game ' , $ games ->first ());
7373
7474 $ attributes = [
75- 'appId ' , 'name ' , 'playtimeTwoWeeks ' , 'playtimeForever ' , 'playtimeForeverReadable ' ,
75+ 'appId ' , 'name ' , 'playtimeTwoWeeks ' , 'playtimeTwoWeeksReadable ' , ' playtimeForever ' , 'playtimeForeverReadable ' ,
7676 'icon ' , 'logo ' , 'header ' , 'hasCommunityVisibleStats '
7777 ];
7878 $ this ->assertObjectHasAttributes ($ attributes , $ games ->first ());
@@ -92,7 +92,7 @@ public function it_filters_the_owned_games_by_user_id()
9292 $ this ->assertEquals (1 , $ games ->count ());
9393
9494 $ attributes = [
95- 'appId ' , 'name ' , 'playtimeTwoWeeks ' , 'playtimeForever ' , 'playtimeForeverReadable ' ,
95+ 'appId ' , 'name ' , 'playtimeTwoWeeks ' , 'playtimeTwoWeeksReadable ' , ' playtimeForever ' , 'playtimeForeverReadable ' ,
9696 'icon ' , 'logo ' , 'header ' , 'hasCommunityVisibleStats '
9797 ];
9898 $ this ->assertObjectHasAttributes ($ attributes , $ games ->first ());
@@ -107,7 +107,7 @@ public function it_gets_recently_played_games_by_user_id()
107107 $ this ->assertInstanceOf ('Syntax\SteamApi\Containers\Game ' , $ games ->first ());
108108
109109 $ attributes = [
110- 'appId ' , 'name ' , 'playtimeTwoWeeks ' , 'playtimeForever ' , 'playtimeForeverReadable ' ,
110+ 'appId ' , 'name ' , 'playtimeTwoWeeks ' , 'playtimeTwoWeeksReadable ' , ' playtimeForever ' , 'playtimeForeverReadable ' ,
111111 'icon ' , 'logo ' , 'header ' , 'hasCommunityVisibleStats '
112112 ];
113113 $ this ->assertObjectHasAttributes ($ attributes , $ games ->first ());
@@ -123,7 +123,7 @@ public function it_gets_a_single_recently_played_game_by_user_id()
123123 $ this ->assertEquals (1 , $ games ->count ());
124124
125125 $ attributes = [
126- 'appId ' , 'name ' , 'playtimeTwoWeeks ' , 'playtimeForever ' , 'playtimeForeverReadable ' ,
126+ 'appId ' , 'name ' , 'playtimeTwoWeeks ' , 'playtimeTwoWeeksReadable ' , ' playtimeForever ' , 'playtimeForeverReadable ' ,
127127 'icon ' , 'logo ' , 'header ' , 'hasCommunityVisibleStats '
128128 ];
129129 $ this ->assertObjectHasAttributes ($ attributes , $ games ->first ());
0 commit comments