Skip to content

Commit d3d908d

Browse files
authored
insta: Update snapshots (#9979)
1 parent 8a913d9 commit d3d908d

File tree

26 files changed

+30
-23
lines changed

26 files changed

+30
-23
lines changed

src/controllers/user/snapshots/crates_io__controllers__user__resend__tests__happy_path-2.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
source: src/controllers/user/resend.rs
3-
expression: app.emails_snapshot()
3+
expression: app.emails_snapshot().await
44
snapshot_kind: text
55
---
66
To: foo@example.com

src/tests/krate/publish/snapshots/crates_io__tests__krate__publish__basics__new_krate-4.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
source: src/tests/krate/publish/basics.rs
3-
expression: app.emails_snapshot()
3+
expression: app.emails_snapshot().await
44
snapshot_kind: text
55
---
66
To: foo@example.com

src/tests/routes/me/tokens/snapshots/crates_io__tests__routes__me__tokens__create__create_token_success-2.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
source: src/tests/routes/me/tokens/create.rs
3-
expression: app.emails_snapshot()
3+
expression: app.emails_snapshot().await
44
snapshot_kind: text
55
---
66
To: foo@example.com

src/tests/routes/me/tokens/snapshots/crates_io__tests__routes__me__tokens__create__create_token_with_expiry_date-2.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
source: src/tests/routes/me/tokens/create.rs
3-
expression: app.emails_snapshot()
3+
expression: app.emails_snapshot().await
44
snapshot_kind: text
55
---
66
To: foo@example.com

src/tests/routes/me/tokens/snapshots/crates_io__tests__routes__me__tokens__create__create_token_with_null_scopes-2.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
source: src/tests/routes/me/tokens/create.rs
3-
expression: app.emails_snapshot()
3+
expression: app.emails_snapshot().await
44
snapshot_kind: text
55
---
66
To: foo@example.com

src/tests/routes/me/tokens/snapshots/crates_io__tests__routes__me__tokens__create__create_token_with_scopes-2.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
source: src/tests/routes/me/tokens/create.rs
3-
expression: app.emails_snapshot()
3+
expression: app.emails_snapshot().await
44
snapshot_kind: text
55
---
66
To: foo@example.com

src/tests/routes/users/update/snapshots/crates_io__tests__routes__users__update__publish_notifications__unsubscribe_and_resubscribe-3.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
source: src/tests/routes/users/update/publish_notifications.rs
3-
expression: app.emails_snapshot()
3+
expression: app.emails_snapshot().await
44
snapshot_kind: text
55
---
66
To: foo@example.com

src/tests/routes/users/update/snapshots/crates_io__tests__routes__users__update__publish_notifications__unsubscribe_and_resubscribe-4.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
source: src/tests/routes/users/update/publish_notifications.rs
3-
expression: app.emails_snapshot()
3+
expression: app.emails_snapshot().await
44
snapshot_kind: text
55
---
66
To: foo@example.com

src/tests/routes/users/update/snapshots/crates_io__tests__routes__users__update__publish_notifications__unsubscribe_and_resubscribe-6.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
source: src/tests/routes/users/update/publish_notifications.rs
3-
expression: app.emails_snapshot()
3+
expression: app.emails_snapshot().await
44
snapshot_kind: text
55
---
66
To: foo@example.com

src/tests/routes/users/update/snapshots/crates_io__tests__routes__users__update__publish_notifications__unsubscribe_and_resubscribe.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
source: src/tests/routes/users/update/publish_notifications.rs
3-
expression: app.emails_snapshot()
3+
expression: app.emails_snapshot().await
44
snapshot_kind: text
55
---
66
To: foo@example.com

0 commit comments

Comments
 (0)