Skip to content

Commit b708ea1

Browse files
JaBistDuNarrischJaBistDuNarrisch
authored andcommitted
Add value. Just to be safe.
1 parent 76120fd commit b708ea1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ public void AddIndex_FilteredIndexMiscellaneousFilterTypesAndDataTypes_Success()
134134
FilterItems = filterItems
135135
});
136136

137+
Provider.Insert(table: tableName, [columnName1], [1]);
138+
137139
// Assert
138140
var indexesFromDatabase = Provider.GetIndexes(table: tableName);
139141

0 commit comments

Comments
 (0)