Skip to content

Commit

Permalink
add missing test dependency (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC authored and iblislin committed Jul 3, 2019
1 parent 28f2d72 commit 099dbd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ julia = "≥ 0.7.0"

[extras]
MarketData = "945b72a4-3b13-509d-9b46-1525bb5c06de"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["MarketData", "Test"]
test = ["MarketData", "Test", "Random"]

0 comments on commit 099dbd9

Please sign in to comment.