Commit 5ecdee0e authored by Stephane Nicoll's avatar Stephane Nicoll

Polish

parent 18ba4140
...@@ -61,7 +61,7 @@ import static org.assertj.core.api.Assertions.assertThat; ...@@ -61,7 +61,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* @Test * @Test
* public someTest() { * public someTest() {
* this.contextLoader.config(UserConfig.class).env("spring.foo=biz") * this.contextLoader.config(UserConfig.class).env("spring.foo=biz")
* .load(context -> { * .load(context -> {
* // assertions using the context * // assertions using the context
* }); * });
* } * }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment