Skip to content

Commit cf27302

Browse files
committed
fixup: update test class
Signed-off-by: Todd Baert <[email protected]>
1 parent b027d52 commit cf27302

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/test/java/dev/openfeature/sdk/EventProviderTest.java

+5
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,11 @@ public ProviderEvaluation<Value> getObjectEvaluation(String key, Value defaultVa
121121
// TODO Auto-generated method stub
122122
throw new UnsupportedOperationException("Unimplemented method 'getObjectEvaluation'");
123123
}
124+
125+
@Override
126+
public ProviderState getState() {
127+
return ProviderState.READY;
128+
}
124129
}
125130

126131
@SuppressWarnings("unchecked")

0 commit comments

Comments
 (0)