We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc31b93 commit 7dff1faCopy full SHA for 7dff1fa
src/tests/owners.rs
@@ -738,8 +738,8 @@ fn test_accept_invitation_by_mail() {
738
assert_eq!(json.users.len(), 2);
739
}
740
741
-//// Hacky way to simulate the expiration of an ownership invitation. Instead of letting a month
742
-//// pass, the creation date of the invite is moved back a month.
+/// Hacky way to simulate the expiration of an ownership invitation. Instead of letting a month
+/// pass, the creation date of the invite is moved back a month.
743
fn expire_invitation(app: &TestApp, crate_id: i32) {
744
use crates_io::schema::crate_owner_invitations;
745
0 commit comments