Fix linter errors
Change-Id: Idb7550f00d5f393b336dff65534c2bd96f0f1164
(cherry picked from commit 38e8fbb35c)
			
			
This commit is contained in:
		 Kasper Nilsson
					Kasper Nilsson
				
			
				
					committed by
					
						 David Pursehouse
						David Pursehouse
					
				
			
			
				
	
			
			
			 David Pursehouse
						David Pursehouse
					
				
			
						parent
						
							4fab95265d
						
					
				
				
					commit
					e44951f96c
				
			| @@ -175,7 +175,7 @@ limitations under the License. | ||||
|         var stub = sandbox.stub(page, 'show'); | ||||
|  | ||||
|         element.params = {view: 'gr-change-list-view', query: CHANGE_ID}; | ||||
|         flushAsynchronousOperations() | ||||
|         flushAsynchronousOperations(); | ||||
|  | ||||
|         assert.isFalse(stub.called); | ||||
|       }); | ||||
| @@ -186,7 +186,7 @@ limitations under the License. | ||||
|         var stub = sandbox.stub(page, 'show'); | ||||
|  | ||||
|         element.params = {view: 'gr-change-list-view', query: CHANGE_ID}; | ||||
|         flushAsynchronousOperations() | ||||
|         flushAsynchronousOperations(); | ||||
|  | ||||
|         assert.isFalse(stub.called); | ||||
|       }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user