Skip to content

Commit

Permalink
v3.6.0 release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Kurilov committed Dec 19, 2017
1 parent e89fbd0 commit dd22f39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public void shouldParseWithoutFireballsThrowing()
throws IOException {
final Config config = Config.loadDefaults();
assertThat(config, notNullValue());
assertThat(config.getVersion(), equalTo("3.6.0-beta8", "version"));
assertThat(config.getVersion(), equalTo("3.6.0", "version"));
final NetConfig netConfig = config.getStorageConfig().getNetConfig();
assertThat(netConfig, notNullValue());
assertThat(netConfig.getTimeoutMilliSec(), equalTo(0, "storage.net.timeoutMilliSec"));
Expand Down

0 comments on commit dd22f39

Please sign in to comment.