File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
test/AspnetRun.Core.Tests/Entities Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ public class CategoryTests
8
8
{
9
9
private int _testProductId = 3 ;
10
10
private int _testCategoryId = 5 ;
11
- private string _testProductName = "Reason" ;
11
+ private string _testProductName = "Reason" ;
12
12
13
13
//[Fact]
14
14
//public void Adds_Product_Into_Category()
Original file line number Diff line number Diff line change 1
1
using AspnetRun . Core . Entities ;
2
- using System ;
3
- using System . Collections . Generic ;
4
- using System . Text ;
5
2
using Xunit ;
6
3
7
4
namespace AspnetRun . Core . Tests . Entities
8
5
{
9
6
public class ProductTests
10
7
{
11
- // USE CASE : Create_Product
12
-
13
8
private int _testProductId = 2 ;
14
9
private int _testCategoryId = 3 ;
15
10
private string _testProductName = "Reason" ;
You can’t perform that action at this time.
0 commit comments