mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-05-28 10:32:34 -04:00
Cleanup after feature implementation.
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
using System;
|
||||
using API.Helpers.Converters;
|
||||
using AutoMapper;
|
||||
using Hangfire;
|
||||
using API.Helpers.Converters;
|
||||
using Xunit;
|
||||
using Xunit.Abstractions;
|
||||
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
using System.Collections.Generic;
|
||||
using API.Entities;
|
||||
using API.Interfaces;
|
||||
using API.Interfaces;
|
||||
using API.Services;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using NSubstitute;
|
||||
|
||||
@@ -1,23 +0,0 @@
|
||||
using System.IO;
|
||||
using API.Interfaces;
|
||||
using API.Services;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using NSubstitute;
|
||||
using Xunit;
|
||||
|
||||
namespace API.Tests.Services
|
||||
{
|
||||
public class ScannerServiceTests
|
||||
{
|
||||
// private readonly ScannerService _scannerService;
|
||||
// private readonly ILogger<ScannerService> _logger = Substitute.For<ILogger<ScannerService>>();
|
||||
// private readonly IUnitOfWork _unitOfWork = Substitute.For<IUnitOfWork>();
|
||||
// private readonly string _testDirectory = Path.Join(Directory.GetCurrentDirectory(), "../../../Services/Test Data/ScannerService");
|
||||
// public ScannerServiceTests()
|
||||
// {
|
||||
// _scannerService = new ScannerService(_unitOfWork, _logger);
|
||||
// }
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user