Skip to content

Commit

Permalink
ci: tdd
Browse files Browse the repository at this point in the history
  • Loading branch information
sinkaroid committed Dec 7, 2022
1 parent f8cba6f commit 6743028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ async def fetch(imgboard: str, search: str):
print("Data", data, len(booru.resolve(data)))

image = await imgboard.search_image(query=search)
print("Image", image)
print("Image", image, len(booru.resolve(image)))

gacha = await imgboard.search(query=search, gacha=True)
print("Gacha", gacha)
Expand Down

0 comments on commit 6743028

Please # to comment.