Skip to content

Commit

Permalink
Fixed test.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbywater committed Sep 21, 2017
1 parent fc7ccf3 commit 457d4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantdsl/tests/test_calc_and_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def test_timeout(self):
timeout=0.001,
)

def test_timeout(self):
def test_dependency_graph_size_limit(self):
source_code = """
from quantdsl.lib.storage2 import GasStorage
GasStorage(Date('2011-1-1'), Date('2011-4-1'), 'GAS', 0, 0, 50000, TimeDelta('1m'))
Expand Down

0 comments on commit 457d4d7

Please sign in to comment.