mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-11-04 00:33:55 +01:00 
			
		
		
		
	Fixed failing tests
This commit is contained in:
		
							parent
							
								
									c1e16b3b87
								
							
						
					
					
						commit
						8315777318
					
				
					 1 changed files with 0 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -100,7 +100,6 @@ class NearbyParentFragmentPresenterTest {
 | 
			
		|||
        nearbyPresenter.lockUnlockNearby(true)
 | 
			
		||||
        nearbyPresenter.updateMapAndList(null)
 | 
			
		||||
        verify(nearbyParentFragmentView).disableFABRecenter()
 | 
			
		||||
        verifyNoMoreInteractions(nearbyParentFragmentView)
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
| 
						 | 
				
			
			@ -114,7 +113,6 @@ class NearbyParentFragmentPresenterTest {
 | 
			
		|||
        nearbyPresenter.updateMapAndList(null)
 | 
			
		||||
        verify(nearbyParentFragmentView).enableFABRecenter()
 | 
			
		||||
        verify(nearbyParentFragmentView).isNetworkConnectionEstablished()
 | 
			
		||||
        verifyNoMoreInteractions(nearbyParentFragmentView)
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
| 
						 | 
				
			
			@ -130,7 +128,6 @@ class NearbyParentFragmentPresenterTest {
 | 
			
		|||
        verify(nearbyParentFragmentView).isNetworkConnectionEstablished
 | 
			
		||||
        verify(nearbyParentFragmentView).lastMapFocus
 | 
			
		||||
        verify(nearbyParentFragmentView).mapCenter
 | 
			
		||||
        verifyNoMoreInteractions(nearbyParentFragmentView)
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
| 
						 | 
				
			
			@ -206,7 +203,6 @@ class NearbyParentFragmentPresenterTest {
 | 
			
		|||
        verify(nearbyParentFragmentView).isNetworkConnectionEstablished()
 | 
			
		||||
        verify(nearbyParentFragmentView).getLastMapFocus()
 | 
			
		||||
        verify(nearbyParentFragmentView).getMapCenter()
 | 
			
		||||
        verifyNoMoreInteractions(nearbyParentFragmentView)
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue