Skip to content

Commit f1e31b6

Browse files
authored
insta: Remove obsolete snapshot_kind declaration from snapshots (#10317)
see https://github.com/mitsuhiko/insta/blob/HEAD/CHANGELOG.md#1420
1 parent b9c237d commit f1e31b6

File tree

148 files changed

+0
-148
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

148 files changed

+0
-148
lines changed

crates/crates_io_database_dump/src/snapshots/[email protected]

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
source: crates/crates_io_database_dump/src/lib.rs
33
expression: content
4-
snapshot_kind: text
54
---
65
BEGIN ISOLATION LEVEL REPEATABLE READ, READ ONLY;
76

crates/crates_io_database_dump/src/snapshots/[email protected]

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
source: crates/crates_io_database_dump/src/lib.rs
33
expression: content
4-
snapshot_kind: text
54
---
65
BEGIN;
76
-- Disable triggers on each table.

crates/crates_io_index/snapshots/crates_io_index__features__tests__split_features_clap.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
source: crates/crates_io_index/features.rs
33
expression: split_features(features)
4-
snapshot_kind: text
54
---
65
(
76
{

crates/crates_io_tarball/src/snapshots/crates_io_tarball__tests__app.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
source: crates/crates_io_tarball/src/lib.rs
33
expression: tarball_info.manifest.bin
4-
snapshot_kind: text
54
---
65
[
76
Product {

crates/crates_io_tarball/src/snapshots/crates_io_tarball__tests__lib.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
source: crates/crates_io_tarball/src/lib.rs
33
expression: lib
4-
snapshot_kind: text
54
---
65
Product {
76
path: Some(

crates/crates_io_tarball/src/snapshots/crates_io_tarball__tests__lib_with_bins_and_example-2.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
source: crates/crates_io_tarball/src/lib.rs
33
expression: tarball_info.manifest.bin
4-
snapshot_kind: text
54
---
65
[
76
Product {

crates/crates_io_tarball/src/snapshots/crates_io_tarball__tests__lib_with_bins_and_example-3.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
source: crates/crates_io_tarball/src/lib.rs
33
expression: tarball_info.manifest.example
4-
snapshot_kind: text
54
---
65
[
76
Product {

crates/crates_io_tarball/src/snapshots/crates_io_tarball__tests__lib_with_bins_and_example.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
source: crates/crates_io_tarball/src/lib.rs
33
expression: lib
4-
snapshot_kind: text
54
---
65
Product {
76
path: Some(

src/controllers/krate/snapshots/crates_io__controllers__krate__delete__tests__happy_path_new_crate-2.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
source: src/controllers/krate/delete.rs
33
expression: app.emails_snapshot().await
4-
snapshot_kind: text
54
---
65
To: foo@example.com
76
From: crates.io <noreply@crates.io>

src/controllers/krate/snapshots/crates_io__controllers__krate__delete__tests__happy_path_old_crate-2.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
source: src/controllers/krate/delete.rs
33
expression: app.emails_snapshot().await
4-
snapshot_kind: text
54
---
65
To: foo@example.com
76
From: crates.io <noreply@crates.io>

0 commit comments

Comments
 (0)