We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e60470 commit e597ecdCopy full SHA for e597ecd
src/test/java/io/split/openfeature/ClientTest.java
@@ -37,7 +37,7 @@ public void init() {
37
try {
38
SplitClientConfig config = SplitClientConfig.builder().splitFile("src/test/resources/split.yaml").build();
39
SplitClient client = SplitFactoryBuilder.build("localhost", config).client();
40
- openFeatureAPI.setProvider(new SplitProvider(client));
+ openFeatureAPI.setProviderAndWait(new SplitProvider(client));
41
} catch (URISyntaxException | IOException e) {
42
System.out.println("Unexpected Exception occurred initializing Split Provider.");
43
}
0 commit comments