Files
jsmr/JSMR.Tests/Ingestion/VoiceWorkIngestionTests.cs
Brian Bicknell 83655f13e9
All checks were successful
ci / build-test (push) Successful in 2m22s
ci / publish-image (push) Has been skipped
Updated various parts of scanning and ingestion, either for bug fixes, or for enhancements.
2026-03-01 22:07:20 -05:00

8 lines
172 B
C#

using JSMR.Tests.Fixtures;
namespace JSMR.Tests.Ingestion;
public class VoiceWorkIngestionTests(MariaDbContainerFixture container) : IngestionTestsBase(container)
{
}