Skip to content

Commit 5954416

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Migrator.Tests/Providers/OracleProvider/OracleTransformationProvider_AddIndexTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ public void AddIndex_FilteredIndexMiscellaneousFilterTypesAndDataTypes_Success()
139139
// Assert
140140
var indexesFromDatabase = Provider.GetIndexes(table: tableName);
141141

142-
// In Oracle it seems that functional expressions are stored as index. FilterItems are not implemented in GetIndexes for Oracle. No further
143-
// assert possible at this point in time.
142+
// In Oracle it seems that functional expressions are stored as column with generated column name. FilterItems are not
143+
// implemented in Provider.GetIndexes() for Oracle. No further assert possible at this point in time.
144144
Assert.That(indexesFromDatabase.Single().KeyColumns.Count, Is.EqualTo(13));
145145

146146

0 commit comments

Comments
 (0)