Skip to content

Commit a16bd46

Browse files
JaBistDuNarrischJaBistDuNarrisch
authored andcommitted
Minor changes
1 parent 5954416 commit a16bd46

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Migrator.Tests/Providers/SQLServer/SQLServerTransformationProvider_AddIndexTests.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,6 @@ public void AddIndex_IncludeColumnsMultiple_Success()
149149
.Using<string>((x, y) => string.Compare(x, y, ignoreCase: true)));
150150
}
151151

152-
/// <summary>
153-
/// This test is located in the dedicated database type folder not in the base class since partial indexes (Oracle) are not supported in the migrator at this point in time.
154-
/// </summary>
155152
[Test]
156153
public void AddIndex_FilteredIndexSingle_Success()
157154
{

0 commit comments

Comments
 (0)