mirror of
				https://gitea.invidious.io/iv-org/shard-spectator.git
				synced 2024-08-15 00:53:35 +00:00 
			
		
		
		
	Up-cast to get around type error
This commit is contained in:
		
							parent
							
								
									79886e9efb
								
							
						
					
					
						commit
						a01ef9a4b7
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -12,7 +12,7 @@ module Spectator
 | 
				
			||||||
          @formatter.start_example(example)
 | 
					          @formatter.start_example(example)
 | 
				
			||||||
          example.run.tap do |result|
 | 
					          example.run.tap do |result|
 | 
				
			||||||
            @formatter.end_example(result)
 | 
					            @formatter.end_example(result)
 | 
				
			||||||
          end
 | 
					          end.as(Result)
 | 
				
			||||||
        end
 | 
					        end
 | 
				
			||||||
      end
 | 
					      end
 | 
				
			||||||
      @formatter.end_suite(TestResults.new(results, elapsed))
 | 
					      @formatter.end_suite(TestResults.new(results, elapsed))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue