Skip to content

Commit 356a185

Browse files
JaBistDuNarrischJaBistDuNarrisch
authored andcommitted
Update
1 parent 2dbfd03 commit 356a185

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Migrator.Tests/Providers/SQLite/SQLiteTransformationProvider_ChangeColumnTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public void ChangeColumn_HavingColumnPropertyUniqueAndIndex_RebuildSucceeds()
7070
}
7171

7272
[Test]
73-
public void ChangeColumn_StringFromNullToNotNull_Ok()
73+
public void ChangeColumn_StringFromNullToNotNull_StillNotNull()
7474
{
7575
// Arrange
7676
const string testTableName = "MyDefaultTestTable";
@@ -79,7 +79,7 @@ public void ChangeColumn_StringFromNullToNotNull_Ok()
7979

8080
Provider.AddTable(testTableName,
8181
new Column(propertyName1, DbType.Int32, ColumnProperty.PrimaryKey),
82-
new Column(propertyName2, DbType.String, ColumnProperty.Null)
82+
new Column(propertyName2, DbType.String, 100, ColumnProperty.Null)
8383
);
8484

8585
// Act

0 commit comments

Comments
 (0)