Remove a redundant assertion

This commit is contained in:
Johnny Lim
2018-01-24 16:00:12 +09:00
parent a4717eee21
commit 29ed2eb6c6

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