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

Update tests in the counter example to not use AppTester #306

Merged
merged 4 commits into from
Jan 27, 2025

Conversation

StuartHarris
Copy link
Member

Once the migration to the new command API is complete, the app's update function will no longer require capabilities as a parameter. This PR updates the counter example's update function to defer to our own update function, which matches the signature that the App trait will soon require.

We can now test the app directly, rather than relying on the AppTester (which will be deprecated).

Base automatically changed from sse-cap to master January 27, 2025 09:42
@StuartHarris StuartHarris merged commit 78f1aaa into master Jan 27, 2025
9 checks passed
@StuartHarris StuartHarris deleted the no-apptester branch January 27, 2025 11:23
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.

2 participants