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

test: avoid using unstable API from insta #2357

Merged
merged 1 commit into from
Oct 28, 2024
Merged

Conversation

camshaft
Copy link
Contributor

Description of changes:

We were previously depending on an unstable API from insta to override how snapshots were stored. This avoids this API by using the insta::Settings configuration to avoid the need.

Call-outs:

The snapshot names did have to change due to how we're resolving the name. But I actually think it's a bit cleaner, since it doesn't include the crate name, which is a bit redundant.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@camshaft camshaft marked this pull request as ready for review October 28, 2024 18:36
@camshaft camshaft enabled auto-merge (squash) October 28, 2024 18:42
@camshaft camshaft merged commit 192de7d into main Oct 28, 2024
130 checks passed
@camshaft camshaft deleted the camshaft/insta-stable branch October 28, 2024 19:04
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