We want to do `a shouldMatchJson "foo"`
# kotlintest
s
We want to do
a shouldMatchJson "foo"
p
I see what you mean but there's already
infix fun String.shouldMatchJson(json: String)
. Am I missing something?
s
Ah maybe it was already added
p
Oh ok
s
Loads of other tickets :)
🙂 1
p
Yep, I probably grab something else. Thanks for a quick response.
s
You're welcome