Чето поменял
This commit is contained in:
		| @@ -13,7 +13,7 @@ public class GenericRepositoryTests | ||||
|     /// <summary> Returns <see cref="GenericRepository{T}"/> </summary> | ||||
|     /// <param name="context"> Database context </param> | ||||
|     /// <returns>Repository</returns> | ||||
|     private static GenericRepository<User> GetRepository(DbContext context) => new TestGenericRepository(context, context); | ||||
|     private static GenericRepository<User> GetRepository(DatabaseContext context) => new TestGenericRepository(context, context); | ||||
|  | ||||
|     /// <summary> Test for <see cref="GenericRepository{T}.GetAllAsync"/> method that should return empty collection if nothing added </summary> | ||||
|     [Fact] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user