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

Undeprecate tests that used to test deprecated code #395

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

czechboy0
Copy link
Contributor

Motivation

Two tests used to exercise operations in the Petstore test project that were deprecated, so to avoid warnings we deprecated the tests themselves too. We removed the deprecation of those operations a while ago, and forgot to undeprecate the tests.

Modifications

Undeprecate the tests.

Result

Removed an unnecessary deprecation of two tests.

Test Plan

All tests pass.

@czechboy0 czechboy0 merged commit 23073d4 into apple:main Nov 27, 2023
7 of 8 checks passed
@czechboy0 czechboy0 deleted the hd-undeprecate-two-tests branch November 27, 2023 16:33
@czechboy0 czechboy0 added the semver/none No version bump required. label Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/none No version bump required.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants