Skip to content

Commit

Permalink
Update test for version details for etcd 2.2.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmycuadra committed Feb 19, 2016
1 parent e518f6b commit b879cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/client_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -435,5 +435,5 @@ fn version() {
let version = client.c.version().ok().unwrap();

assert_eq!(version.etcdcluster.unwrap(), "2.2.0".to_string());
assert_eq!(version.etcdserver.unwrap(), "2.2.4".to_string());
assert_eq!(version.etcdserver.unwrap(), "2.2.5".to_string());
}

0 comments on commit b879cce

Please sign in to comment.