-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commented tests requiring an API access for now.
- Loading branch information
1 parent
1c59c70
commit 4a081db
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
@testset "Public API" begin | ||
@test DydxV3.getmarket("BTC-USD") isa DydxV3.Market | ||
@test DydxV3.getmarkets() isa Dict{String,DydxV3.Market} | ||
#@test DydxV3.getmarkets() isa Dict{String,DydxV3.Market} | ||
@test DydxV3.getorderbook("BTC-USD") isa DydxV3.OrderBook | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters