Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GD-168: Renamed mock function checked back to original named on #169

Merged
merged 1 commit into from
Apr 17, 2023

Conversation

MikeSchulze
Copy link
Owner

@MikeSchulze MikeSchulze commented Apr 17, 2023

Why

The fuction GdUnitMock.on() was renamed to checked during migration to Godot4 This was a mistake and must be reverted.

What

Re-addet the on function and set checked to deprecated

# Why
The fuction GdUnitMock.on() was renamed to `checked` during migration to Godot4
This was a misstage and must be reverted.

# What
Readdet the `on` function and set `checked` to deprecated
@MikeSchulze MikeSchulze self-assigned this Apr 17, 2023
@MikeSchulze MikeSchulze merged commit a4a0e60 into master Apr 17, 2023
@MikeSchulze MikeSchulze deleted the GD-168 branch April 17, 2023 15:47
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.

GD-168: The mock on(<mock>) was renamed too `checked during port to GdUnit4, rename it back to on()
1 participant