def test_commodity_addition(self):
     l = LedgerTransaction()
     acc = u'USD'
     l.add_commodity(acc)
     self.assertEqual(acc, l.commodity)