()
| 720 | |
| 721 | #[test] |
| 722 | fn update_topic() { |
| 723 | let repo_id = RepoId::wiki(); |
| 724 | assert_update_works(repo_id, repo_id, &["00001", "00002"]); |
| 725 | } |
| 726 | |
| 727 | #[test] |
| 728 | fn create_a_reference_in_a_private_repo() { |
nothing calls this directly
no test coverage detected