Skip to content

Commit 21b64d9

Browse files
committed
Update DefaultConfigurationPropertyJSONGeneratorTest.java
1 parent 3dc4215 commit 21b64d9

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

microsphere-java-core/src/test/java/io/microsphere/metadata/DefaultConfigurationPropertyJSONGeneratorTest.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,6 @@ static void assertConfigurationPropertyJSON(String json) throws Throwable {
159159
assertEquals("port", metadata.getString("declaredField"));
160160
}
161161

162-
static void assertMetadataJSON(String json) throws Throwable {
163-
JSONObject jsonObject = new JSONObject(json);
164-
}
165-
166162
static ConfigurationProperty newConfigurationProperty() {
167163
ConfigurationProperty configurationProperty = new ConfigurationProperty("server.port", Integer.class);
168164
configurationProperty.setValue(8080);

0 commit comments

Comments
 (0)