Skip to content

Commit 5d968af

Browse files
lauranetokjac
andauthored
Fix failing integration tests in SQL Server (#19725)
Co-authored-by: Kenn Jacobsen <[email protected]>
1 parent 63ff9e9 commit 5d968af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/Umbraco.Tests.Common/Builders/DataTypeBuilder.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,9 @@ public static DataType CreateSimpleElementDataType(
178178
elementSettingKey,
179179
editorAlias == Constants.PropertyEditors.Aliases.BlockGrid ? true : null);
180180

181-
182181
var dataTypeBuilder = new DataTypeBuilder()
183182
.WithId(0)
184-
.WithDatabaseType(ValueStorageType.Nvarchar)
183+
.WithDatabaseType(ValueStorageType.Ntext)
185184
.AddEditor()
186185
.WithAlias(editorAlias);
187186

0 commit comments

Comments
 (0)