We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dda74be commit 61d0cd7Copy full SHA for 61d0cd7
tests/unit/objects/test_base.py
@@ -62,7 +62,7 @@ def test_unicode(self):
62
class CustomerMemoTests(unittest.TestCase):
63
def test_unicode(self):
64
memo = CustomerMemo()
65
- memo.Value = "value"
+ memo.value = "value"
66
67
self.assertEquals(str(memo), "value")
68
0 commit comments