Added logging.
This commit is contained in:
@@ -657,8 +657,8 @@ public class VoiceWorkSearchProviderTests(VoiceWorkSearchProviderFixture fixture
|
||||
{
|
||||
Criteria = new()
|
||||
{
|
||||
ReleaseDateStart = new DateTime(2025, 1, 1),
|
||||
ReleaseDateEnd = new DateTime(2025, 1, 2)
|
||||
ReleaseDateStart = new DateOnly(2025, 1, 1),
|
||||
ReleaseDateEnd = new DateOnly(2025, 1, 2)
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user