mirror of https://github.com/abpframework/abp.git
6 changed files with 42 additions and 46 deletions
@ -1,19 +1,16 @@ |
|||
using Shouldly; |
|||
using System.Threading.Tasks; |
|||
using Xunit; |
|||
using Xunit; |
|||
|
|||
namespace Volo.Abp.BlobStoring.Minio |
|||
{ |
|||
/* |
|||
//Please set the correct connection string in secrets.json and continue the test.
|
|||
|
|||
////Please set the correct connection string in secrets.json and continue the test.
|
|||
|
|||
//public class MinioBlobContainer_Tests : BlobContainer_Tests<AbpBlobStoringMinioTestModule>
|
|||
//{
|
|||
// public MinioBlobContainer_Tests()
|
|||
// {
|
|||
|
|||
|
|||
// }
|
|||
//}
|
|||
public class MinioBlobContainer_Tests : BlobContainer_Tests<AbpBlobStoringMinioTestModule> |
|||
{ |
|||
public MinioBlobContainer_Tests() |
|||
{ |
|||
|
|||
} |
|||
} |
|||
*/ |
|||
} |
|||
|
|||
Loading…
Reference in new issue