@@ -414,15 +414,15 @@ fn deleted_ownership_isnt_in_owner_user() {
414
414
}
415
415
416
416
#[ test]
417
- fn invitations_are_empty_by_default ( ) {
417
+ fn invitations_are_empty_by_default_v1 ( ) {
418
418
let ( _, _, user) = TestApp :: init ( ) . with_user ( ) ;
419
419
420
420
let json = user. list_invitations ( ) ;
421
421
assert_eq ! ( json. crate_owner_invitations. len( ) , 0 ) ;
422
422
}
423
423
424
424
#[ test]
425
- fn api_token_cannot_list_invitations ( ) {
425
+ fn api_token_cannot_list_invitations_v1 ( ) {
426
426
let ( _, _, _, token) = TestApp :: init ( ) . with_token ( ) ;
427
427
428
428
token
@@ -431,7 +431,7 @@ fn api_token_cannot_list_invitations() {
431
431
}
432
432
433
433
#[ test]
434
- fn invitations_list ( ) {
434
+ fn invitations_list_v1 ( ) {
435
435
let ( app, _, owner, token) = TestApp :: init ( ) . with_token ( ) ;
436
436
let owner = owner. as_model ( ) ;
437
437
@@ -464,7 +464,7 @@ fn invitations_list() {
464
464
}
465
465
466
466
#[ test]
467
- fn invitations_list_does_not_include_expired_invites ( ) {
467
+ fn invitations_list_does_not_include_expired_invites_v1 ( ) {
468
468
let ( app, _, owner, token) = TestApp :: init ( ) . with_token ( ) ;
469
469
let owner = owner. as_model ( ) ;
470
470
0 commit comments