P5-6370 inquires should use markets instead of territores for calculating prices #36

This commit is contained in:
Martin Carlsson
2021-01-19 14:32:06 +01:00
committed by GitHub
parent 2692737100
commit dee7344ba5
6 changed files with 25 additions and 39 deletions
-10
View File
@@ -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)