mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	[fix]torrentz unit_tests timezone fix
This commit is contained in:
		
							parent
							
								
									2098e1b7ff
								
							
						
					
					
						commit
						bf3f9a91fa
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -67,7 +67,7 @@ class TestTorrentzEngine(SearxTestCase): | |||
|         self.assertEqual(r['url'], 'https://torrentz2.eu/4362e08b1d80e1820fb2550b752f9f3126fe76d6') | ||||
|         self.assertEqual(r['title'], 'Completely valid info books ebooks') | ||||
|         # 22 Nov 2015 03:01:42 | ||||
|         self.assertEqual(r['publishedDate'], datetime(2017, 8, 24, 17, 32, 4)) | ||||
|         self.assertEqual(r['publishedDate'], datetime.fromtimestamp(1503595924)) | ||||
|         self.assertEqual(r['seed'], 14) | ||||
|         self.assertEqual(r['leech'], 1) | ||||
|         self.assertEqual(r['filesize'], 30 * 1024 * 1024) | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 misnyo
						misnyo