gochan-org / gochan

Continuation line unaligned for hanging indent FLK-E131
Style
Minor
2 months agoa year old
continuation line unaligned for hanging indent
 44			EC.presence_of_element_located((By.CSS_SELECTOR, 'input[value="Login"]')))
 45		self.assertEqual(
 46			self.driver.find_element(by=By.ID, value="board-title").\
 47				text, "Login", "At login page") 48
 49	def test_recentPosts(self):
 50		new_msg = f"test_recentPosts {random.randint(0, 9999)}"