def test_1_should_be_1(self):
		captcha = Captcha(self.DUMMY_PATTERN, self.DUMMY_LEFT, self.DUMMY_OPERATOR, 1)
		self.assertEqual('one', captcha.right_operand())