Skip to content

Commit

Permalink
nit: Fix bandcamp test id
Browse files Browse the repository at this point in the history
  • Loading branch information
octfx committed Nov 9, 2023
1 parent fb7115d commit c4879ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/EmbedService/BandcampTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class BandcampTest extends MediaWikiIntegrationTestCase {
* A valid ID
* @var string
*/
private string $validId = '826968881';
private string $validId = '1003592798';

/**
* An invalid id
Expand Down

0 comments on commit c4879ec

Please sign in to comment.