[skip ci] Reduce warnings during tests (#2318)
This commit is contained in:
parent
48d86cde39
commit
cd3a15fa3b
11 changed files with 29 additions and 28 deletions
|
@ -20,11 +20,13 @@ using Xunit;
|
|||
|
||||
namespace API.Tests.Repository;
|
||||
|
||||
#nullable enable
|
||||
|
||||
public class SeriesRepositoryTests
|
||||
{
|
||||
private readonly IUnitOfWork _unitOfWork;
|
||||
|
||||
private readonly DbConnection _connection;
|
||||
private readonly DbConnection? _connection;
|
||||
private readonly DataContext _context;
|
||||
|
||||
private const string CacheDirectory = "C:/kavita/config/cache/";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue