Merge pull request #888 from izeye/polish-20180124

Remove a redundant assertion
This commit is contained in:
Ryan Baxter
2018-01-24 07:43:03 -05:00
committed by GitHub

View File

@@ -185,8 +185,6 @@ public class NativeEnvironmentRepositoryTests {
assertEquals(1, environment.getPropertySources().size());
assertEquals("reactive",
environment.getPropertySources().get(0).getSource().get("foo"));
assertEquals("reactive",
environment.getPropertySources().get(0).getSource().get("foo"));
}
@Test