Skip to content

Commit

Permalink
Add unit test for sql domain store (#5508)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaddoll authored Dec 20, 2023
1 parent 0a9be07 commit 053b8a8
Show file tree
Hide file tree
Showing 4 changed files with 1,983 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/persistence/serialization/interfaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.

//go:generate mockgen -package $GOPACKAGE -source $GOFILE -destination interfaces_mock.go -self_package github.com/uber/cadence/common/persistence/serialization

package serialization

import (
Expand Down
Loading

0 comments on commit 053b8a8

Please sign in to comment.