mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-12 16:53:04 +08:00
chore(build): adjust pom.xml in Partner-Framework and fix test errors
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package work.slhaf.partner.api.agent.runtime.config;
|
||||
|
||||
import com.alibaba.fastjson2.JSONObject;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
import org.junit.jupiter.api.*;
|
||||
import org.junit.jupiter.api.io.TempDir;
|
||||
@@ -339,12 +340,12 @@ class ConfigCenterTest {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void init(TestConfig config) {
|
||||
public void init(TestConfig config, JSONObject json) {
|
||||
initCount.incrementAndGet();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onReload(TestConfig config) {
|
||||
public void onReload(TestConfig config, JSONObject json) {
|
||||
lastConfig.set(config);
|
||||
reloadCount.incrementAndGet();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user