Refactor market into two files
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from django.test import TestCase
|
||||
|
||||
from core.lib.market import check_conflicting_position, check_existing_position
|
||||
from core.trading.crossfilter import check_conflicting_position, check_existing_position
|
||||
|
||||
|
||||
class MarketTestCase(TestCase):
|
||||
|
||||
Reference in New Issue
Block a user