Added voice work repository tests.
All checks were successful
ci / build-test (push) Successful in 2m21s
ci / publish-image (push) Successful in 1m39s

This commit is contained in:
2026-03-31 00:43:02 -04:00
parent 347f6f297d
commit 45a8c8be5a
4 changed files with 91 additions and 1 deletions

View File

@@ -1,7 +1,6 @@
using JSMR.Application.VoiceWorks.Commands.SetFavorite;
using JSMR.Application.VoiceWorks.Ports;
using JSMR.Domain.Entities;
using JSMR.Infrastructure.Common.Time;
using Microsoft.EntityFrameworkCore;
namespace JSMR.Infrastructure.Data.Repositories.VoiceWorks;