You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Executing the example code for refactor doesn't result in the example output, due to typo (omitting the word 'id' in the example line).
output will be:
create user "john" with "123" and last name "watson"
create user "mark" with "345" and last name "watson"
To address the problem, I would suggest changing the example refactor line to: gauge refactor "create user <name> with id <id>" "create user <name> with id <id> and last name <watson>"
The text was updated successfully, but these errors were encountered:
Executing the example code for refactor doesn't result in the example output, due to typo (omitting the word 'id' in the example line).
output will be:
To address the problem, I would suggest changing the example refactor line to:
gauge refactor "create user <name> with id <id>" "create user <name> with id <id> and last name <watson>"
The text was updated successfully, but these errors were encountered: