Closed survivorbat closed 1 year ago
I made #94 to take care of both this issue and another one concerning GetSchemaVersion not working properly.
@riferrei Is there any plan to launch a new version? Like 0.5.5 or 0.6 stable. It'd be nice to be able to use this contribution by @survivorbat in our unit tests without having to use master in our codebase. Thanks! :)
Hi, I should launch a new version once #98 is merged.
New version has been released, closing this issue
Hey there,
Loving this library so far, really like that you put thought in using interfaces and mocks, can't express how happy I am that you added those.
One thing I'm struggling with though is that in the following example Codec() is nil.
I'm expecting to be able to unit-test the example code, but the Codec is never set or supplied. Am I missing something obvious? Or am I meant to exclude the codec stuff for testing purposes only? I hope not.
Yours sincerely,
Alex