P5-6370 inquires should use markets instead of territores for calculating prices #36
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
# coding=UTF-8
|
||||
|
||||
import unittest2
|
||||
from api.models import Market
|
||||
|
||||
|
||||
class TestMarket(unittest2.TestCase):
|
||||
def test_exchange_rate(self):
|
||||
market = Market(exchange_rate=0.123)
|
||||
self.assertEqual(0.123, market.exchange_rate)
|
||||
Reference in New Issue
Block a user