diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-12-01 20:45:48 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-12-01 20:45:48 +0000 |
| commit | a21a795b20f89eafde52b1fecc01ba6ddb1bad56 (patch) | |
| tree | 9e56dc46f6e3e7f48baf0d615ab6e4a7e2466da2 /tests/push_authorization.rs | |
| parent | d0592943867b7003b30a778acff8fcc43c041e34 (diff) | |
test placeholder: test_head_set_after_git_push_with_required_oids
Diffstat (limited to 'tests/push_authorization.rs')
| -rw-r--r-- | tests/push_authorization.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/push_authorization.rs b/tests/push_authorization.rs index 9c7fb45..b9e0545 100644 --- a/tests/push_authorization.rs +++ b/tests/push_authorization.rs | |||
| @@ -69,3 +69,4 @@ isolated_push_test!(test_pr_event_published_removes_nostr_ref_at_incorrect_commi | |||
| 69 | isolated_push_test!(test_push_to_nostr_ref_with_wrong_commit_after_event_received_rejected); | 69 | isolated_push_test!(test_push_to_nostr_ref_with_wrong_commit_after_event_received_rejected); |
| 70 | isolated_push_test!(test_push_to_nostr_ref_with_correct_commit_after_event_received_accepted); | 70 | isolated_push_test!(test_push_to_nostr_ref_with_correct_commit_after_event_received_accepted); |
| 71 | isolated_push_test!(test_head_set_after_state_event_with_existing_commit); | 71 | isolated_push_test!(test_head_set_after_state_event_with_existing_commit); |
| 72 | isolated_push_test!(test_head_set_after_git_push_with_required_oids); | ||