Skip to content

Commit 31a96d4

Browse files
Added 5, should pass
1 parent c5869c2 commit 31a96d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/numbers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const data: ScrapeQuery[] = [
4545
},
4646
{
4747
number: 5,
48-
url: "https://www.smogon.com/dex/sm/formats/ru/INCORRECT_URL",
48+
url: "https://www.smogon.com/dex/sm/formats/ru/",
4949
queryFunction: () => {
5050
let [hp, atk] = document.querySelector("a[href='/dex/sm/pokemon/bewear/']")
5151
.parentElement.parentElement.querySelectorAll(".PokemonAltRow-hp, .PokemonAltRow-atk");

0 commit comments

Comments
 (0)