Skip to content

Commit

Permalink
changed the version in the unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Kurilov committed Mar 17, 2017
1 parent 1c2ebb2 commit 4692cae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public void shouldParseWithoutFireballsThrowing()
assertThat(headers.containsKey(HttpConfig.KEY_HEADER_USER_AGENT),
equalTo(true, "storage.net.http.headers[User-Agent]"));
assertThat(headers.get(HttpConfig.KEY_HEADER_USER_AGENT),
equalTo("mongoose/3.2.0", "storage.net.http.headers[User-Agent]"));
equalTo("mongoose/3.2.1", "storage.net.http.headers[User-Agent]"));
assertThat(httpConfig.getNamespace(), nullValue("storage.net.http.namespace"));
assertThat(httpConfig.getVersioning(), equalTo(false, "storage.net.http.versioning"));
assertThat(
Expand Down

0 comments on commit 4692cae

Please sign in to comment.