Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
dtillman committed Aug 24, 2017
1 parent cd9b118 commit 796e10c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ public void AddConfigServerClientSettings_ChangesDataDictionary()
Assert.True(provider.TryGet("spring:cloud:config:token", out value));
Assert.Equal("vaulttoken", value);
Assert.True(provider.TryGet("spring:cloud:config:timeout", out value));
Assert.Equal("3000", value);
Assert.Equal("6000", value);

}
[Fact]
Expand Down

0 comments on commit 796e10c

Please sign in to comment.