Skip to content

Commit

Permalink
Fix tests and Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottPJones committed Jun 5, 2020
1 parent 07c5cdd commit 45a128d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name = "Assets"
uuid = "821ac057-2368-47e2-a1d8-2c0798f0e233"
keywords = ["Finance", "Asset"]
license = "MIT"
desc = "Financial assets"
authors = ["Eric Forgy <[email protected]>", "ScottPJones <[email protected]>"]
keywords = ["Finance", "Asset"]
license = "MIT"
uuid = "821ac057-2368-47e2-a1d8-2c0798f0e233"
version = "0.3.0"

[deps]
Currencies = "0fd90b74-7c1f-579e-9252-02cd883047b9"
FixedPointDecimals = "fb4d412d-6eee-574d-9565-ede6634db7b0"
Currencies = "0fd90b74-7c1f-579e-9252-02cd883047b9"
Instruments = "2a4f3d17-849a-48a1-809e-d780c70a95a0"

[extras]
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Assets
using Currencies, Instruments, Assets, FixedPointDecimals
import Assets: USD, EUR, JPY, JOD, CNY
import Assets: currency, symbol, unit, code, name

Expand Down

0 comments on commit 45a128d

Please sign in to comment.