提交 9bff6748 编写于 作者: I Ian Luo

fix unit test failure

上级 3639efa6
......@@ -188,7 +188,7 @@ public class ExtensionLoader_Adaptive_Test {
ExtensionLoader.getExtensionLoader(NoUrlParamExt.class).getAdaptiveExtension();
fail();
} catch (Exception expected) {
assertThat(expected.getMessage(), containsString("fail to create adative class for interface "));
assertThat(expected.getMessage(), containsString("fail to create adaptive class for interface "));
assertThat(expected.getMessage(), containsString(": not found url parameter or url attribute in parameters of method "));
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册