Fix test compilation

This commit is contained in:
Benoit Marty 2025-12-29 12:47:21 +01:00
parent c19c8e87a6
commit 74585866b5

View file

@ -16,7 +16,7 @@ import kotlinx.serialization.json.Json
/**
* Provides a Json instance configured to ignore unknown keys.
*/
interface JsonProvider {
fun interface JsonProvider {
operator fun invoke(): Json
}