Typo
This commit is contained in:
		
							parent
							
								
									ce48a9ed46
								
							
						
					
					
						commit
						754e712372
					
				@ -185,7 +185,7 @@ class TestCommentForm(unittest.TestCase):
 | 
			
		||||
        self.assertEquals(comment.text, u"foobar")
 | 
			
		||||
 | 
			
		||||
        comments = IConversation(commentForm.context).getComments()
 | 
			
		||||
        comments = [comment for comment in comments]  # consume itertor
 | 
			
		||||
        comments = [comment for comment in comments]  # consume iterator
 | 
			
		||||
        self.assertEqual(len(comments), 1)
 | 
			
		||||
 | 
			
		||||
        for comment in comments:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user