File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 44using SmartSql . Cache . Redis ;
55using Xunit ;
66using SmartSql . Abstractions . Cache ;
7+ using SmartSql . Abstractions ;
78
89namespace SmartSql . Tests . Cache
910{
Original file line number Diff line number Diff line change 1- using SmartSql . SqlMap . Tags ;
1+ using SmartSql . Abstractions ;
2+ using SmartSql . SqlMap . Tags ;
23using System ;
34using System . Collections . Generic ;
45using System . Text ;
@@ -22,7 +23,7 @@ public void ReturnSql()
2223 string sql = tag . BuildSql ( new RequestContext
2324 {
2425 Request = new { Status = OrderStatus . Done }
25- } , "@" ) ;
26+ } ) ;
2627 Assert . NotNull ( sql ) ;
2728 }
2829
Original file line number Diff line number Diff line change 1- using SmartSql . SqlMap . Tags ;
1+ using SmartSql . Abstractions ;
2+ using SmartSql . SqlMap . Tags ;
23using System ;
34using System . Collections . Generic ;
45using System . Text ;
@@ -21,7 +22,7 @@ public void ReturnSql()
2122 string sql = isNotEmpty . BuildSql ( new RequestContext
2223 {
2324
24- } , "@" ) ;
25+ } ) ;
2526 Assert . NotNull ( sql ) ;
2627 }
2728 }
Original file line number Diff line number Diff line change 1- using System ;
1+ using SmartSql . Abstractions ;
2+ using System ;
23using System . Collections . Generic ;
34using System . Text ;
45using Xunit ;
You can’t perform that action at this time.
0 commit comments