fix: typ fout in test
This commit is contained in:
		
							parent
							
								
									5cea6929f9
								
							
						
					
					
						commit
						399986f263
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -34,7 +34,7 @@ describe('Questions controllers', () => { | ||||||
| 
 | 
 | ||||||
|         const result = jsonMock.mock.lastCall?.[0]; |         const result = jsonMock.mock.lastCall?.[0]; | ||||||
|         // Console.log(result.answers);
 |         // Console.log(result.answers);
 | ||||||
|         expect(result.questions).to.have.length.greaterThan(1); |         expect(result.answers).to.have.length.greaterThan(1); | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     it('Get answer', async () => { |     it('Get answer', async () => { | ||||||
|  |  | ||||||
		Reference in a new issue
	
	 Gabriellvl
						Gabriellvl