Fixed conflict
This commit is contained in:
@@ -39,6 +39,7 @@ class TestPortfolio(unittest.TestCase):
|
|||||||
|
|
||||||
def test_add_position_units(self):
|
def test_add_position_units(self):
|
||||||
side = "LONG"
|
side = "LONG"
|
||||||
|
market = "GBP/USD"
|
||||||
units = 2000
|
units = 2000
|
||||||
exposure = float(units)
|
exposure = float(units)
|
||||||
add_price = 1.51819
|
add_price = 1.51819
|
||||||
|
|||||||
Reference in New Issue
Block a user