style: fix linting issues met Prettier
This commit is contained in:
		
							parent
							
								
									537b1e23ee
								
							
						
					
					
						commit
						952f420f5a
					
				
					 2 changed files with 1 additions and 2 deletions
				
			
		|  | @ -48,7 +48,6 @@ describe('LearningObjectRepository', () => { | |||
|     }); | ||||
| 
 | ||||
|     it('should return the newest version of the learning object when queried by only hruid and language', async () => { | ||||
| 
 | ||||
|         const result = await learningObjectRepository.findLatestByHruidAndLanguage(newerExample.hruid, newerExample.language); | ||||
|         expect(result).toBeInstanceOf(LearningObject); | ||||
|         expect(result?.version).toBe(10); | ||||
|  |  | |||
		Reference in a new issue
	
	 Lint Action
						Lint Action