mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-26 12:27:06 +00:00 
			
		
		
		
	 guillep2k
					guillep2k
				
			
				
					committed by
					
						 Antoine GIRARD
						Antoine GIRARD
					
				
			
			
				
	
			
			
			 Antoine GIRARD
						Antoine GIRARD
					
				
			
						parent
						
							740a0c4dd4
						
					
				
				
					commit
					0bda876161
				
			| @@ -126,7 +126,7 @@ func TestAPILFSLocksLogged(t *testing.T) { | |||||||
| 		assert.Len(t, lfsLocks.Locks, test.totalCount) | 		assert.Len(t, lfsLocks.Locks, test.totalCount) | ||||||
| 		for i, lock := range lfsLocks.Locks { | 		for i, lock := range lfsLocks.Locks { | ||||||
| 			assert.EqualValues(t, test.locksOwners[i].DisplayName(), lock.Owner.Name) | 			assert.EqualValues(t, test.locksOwners[i].DisplayName(), lock.Owner.Name) | ||||||
| 			assert.WithinDuration(t, test.locksTimes[i], lock.LockedAt, 3*time.Second) | 			assert.WithinDuration(t, test.locksTimes[i], lock.LockedAt, 10*time.Second) | ||||||
| 			assert.EqualValues(t, lock.LockedAt.Format(time.RFC3339), lock.LockedAt.Format(time.RFC3339Nano)) //locked at should be rounded to second | 			assert.EqualValues(t, lock.LockedAt.Format(time.RFC3339), lock.LockedAt.Format(time.RFC3339Nano)) //locked at should be rounded to second | ||||||
| 		} | 		} | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user