Skip to content

Change return value for Ren() case to None#5

Open
jaisheng-ong wants to merge 1 commit intohawkinsw:mainfrom
jaisheng-ong:patch-2
Open

Change return value for Ren() case to None#5
jaisheng-ong wants to merge 1 commit intohawkinsw:mainfrom
jaisheng-ong:patch-2

Conversation

@jaisheng-ong
Copy link

Error on line 269 of test.py expects None for a Ren(), but Ren() case in runtime.py is returning an empty tuple '()'.
Test case Expecting: ( None, Unit )
Original Ren() return: ( (), Unit )

Error on line 269 of test.py expects None for a Ren(), but Ren() case in runtime.py is returning an empty tuple '()'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments