Skip to content

Commit 722cd80

Browse files
committed
Remove failing test case for removed game demo.
1 parent 7f7f8d7 commit 722cd80

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/Functional/ScrapeAppDetailsTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,6 @@ public function testFreeGames(int $appId): void
647647
* @see https://store.steampowered.com/app/250600/The_Plan/
648648
* @see https://store.steampowered.com/app/206480/Dungeons__Dragons_Online
649649
* @see https://store.steampowered.com/app/31500/COIL/
650-
* @see https://store.steampowered.com/app/3799650/Swamp_Keeper_Demo/
651650
*/
652651
public function provideFreeApps(): array
653652
{
@@ -659,7 +658,6 @@ public function provideFreeApps(): array
659658
'"Play Game" button (no price)' => [250600],
660659
'Play for Free!' => [206480],
661660
'Free demo' => [31500],
662-
'Free demo (canonicalizing ID)' => [3799650],
663661
];
664662
}
665663

0 commit comments

Comments
 (0)