Skip to content

Commit 346d1cb

Browse files
committed
chore: ruff
1 parent f9396cd commit 346d1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lua/endpoints/test_shop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def test_shop_reroll_success(self, tcp_client: socket.socket) -> None:
264264
after_state = send_and_receive_api_message(
265265
tcp_client, "shop", {"action": "reroll"}
266266
)
267-
267+
268268
# verify state
269269
assert after_state["state"] == State.SHOP.value
270270
assert after_state["game"]["dollars"] == dollars_before - reroll_cost

0 commit comments

Comments
 (0)