diff options
Diffstat (limited to 'tests/git_remote_nostr/push.rs')
| -rw-r--r-- | tests/git_remote_nostr/push.rs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/git_remote_nostr/push.rs b/tests/git_remote_nostr/push.rs index d041a89..eab2422 100644 --- a/tests/git_remote_nostr/push.rs +++ b/tests/git_remote_nostr/push.rs | |||
| @@ -1833,3 +1833,11 @@ async fn push_new_pr_branch_creates_proposal() -> Result<()> { | |||
| 1833 | 1833 | ||
| 1834 | Ok(()) | 1834 | Ok(()) |
| 1835 | } | 1835 | } |
| 1836 | |||
| 1837 | mod push_from_another_maintainer { | ||
| 1838 | // TODO that has issued announcement | ||
| 1839 | // - that is listed by trusted maintainer - succeeds | ||
| 1840 | // - that isn't listed by trusted maintainer - fails | ||
| 1841 | // TODO that hasn't yet issued announcement | ||
| 1842 | // - that is listed by trusted maintainer - fails | ||
| 1843 | } | ||