Skip to content

Commit

Permalink
Merge pull request #62 from hugues31/fix_test_gdax
Browse files Browse the repository at this point in the history
Fix test
  • Loading branch information
hugues31 authored Jan 8, 2018
2 parents ce3adb6 + ee75eca commit b4d8e35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "coinnect"
version = "0.5.8"
version = "0.5.9"
license = "MIT"
authors = ["Hugues Gaillard <[email protected]>", "Alejandro Inestal <[email protected]>"]
description = """
Expand Down
2 changes: 1 addition & 1 deletion src/gdax/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ mod gdax_api_tests {
api.last_request = helpers::get_unix_timestamp_ms();

let difference = api.last_request - start;
assert!(difference >= 999);
assert!(difference >= 334);
assert!(difference < 10000);


Expand Down

0 comments on commit b4d8e35

Please sign in to comment.