Skip to content

Commit 40e3c1c

Browse files
committed
Update snapshot tests after rebase
1 parent 3489c3b commit 40e3c1c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/sync/github/tests/mod.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,7 @@ async fn repo_pages_create() {
462462
),
463463
),
464464
app_installation_diffs: [],
465+
custom_property_diffs: [],
465466
},
466467
),
467468
]
@@ -519,6 +520,7 @@ async fn repo_pages_update() {
519520
},
520521
),
521522
app_installation_diffs: [],
523+
custom_property_diffs: [],
522524
},
523525
),
524526
]
@@ -1635,6 +1637,7 @@ async fn repo_add_custom_property() {
16351637
branch_protection_diffs: [],
16361638
ruleset_diffs: [],
16371639
environment_diffs: [],
1640+
pages_diff: None,
16381641
app_installation_diffs: [],
16391642
custom_property_diffs: [
16401643
CustomPropertyDiff {
@@ -1684,6 +1687,7 @@ async fn repo_remove_custom_property() {
16841687
branch_protection_diffs: [],
16851688
ruleset_diffs: [],
16861689
environment_diffs: [],
1690+
pages_diff: None,
16871691
app_installation_diffs: [],
16881692
custom_property_diffs: [
16891693
CustomPropertyDiff {

0 commit comments

Comments
 (0)