Remove extra linebreak from core Block and python PythonBlock components - #285
Open
bterlson wants to merge 2 commits into
Open
Remove extra linebreak from core Block and python PythonBlock components#285bterlson wants to merge 2 commits into
bterlson wants to merge 2 commits into
Annotations
2 errors
|
|
|
packages/python/test/externals.test.tsx#L105
Error: Render is incorrect
- Expected
+ Received
@@ -2,10 +2,8 @@
from requests import post
from requests.models import Response
def get_user(user_id: int) -> Response:
response = get(1)
- return response.json()
-
- def create_user(user_name: string) -> Response:
+ return response.json()def create_user(user_name: string) -> Response:
response = post(1)
return response.json()
❯ test/externals.test.tsx:105:18
|
The logs for this run have expired and are no longer available.
Loading