mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	[1.10.x] Fixed #26747 -- Used more specific assertions in the Django test suite.
Backport of 4f336f6652 from master
			
			
This commit is contained in:
		| @@ -87,7 +87,7 @@ class ClearableFileInputTest(WidgetTest): | ||||
|             files={}, | ||||
|             name='myfile', | ||||
|         ) | ||||
|         self.assertEqual(value, False) | ||||
|         self.assertIs(value, False) | ||||
|  | ||||
|     def test_clear_input_checked_returns_false_only_if_not_required(self): | ||||
|         """ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user