Skip to content

Commit b4d8e35

Browse files
authored
Merge pull request #62 from hugues31/fix_test_gdax
Fix test
2 parents ce3adb6 + ee75eca commit b4d8e35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "coinnect"
3-
version = "0.5.8"
3+
version = "0.5.9"
44
license = "MIT"
55
authors = ["Hugues Gaillard <[email protected]>", "Alejandro Inestal <[email protected]>"]
66
description = """

src/gdax/api.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ mod gdax_api_tests {
386386
api.last_request = helpers::get_unix_timestamp_ms();
387387

388388
let difference = api.last_request - start;
389-
assert!(difference >= 999);
389+
assert!(difference >= 334);
390390
assert!(difference < 10000);
391391

392392

0 commit comments

Comments
 (0)