Skip to content

Commit 8af5673

Browse files
committed
Integration tests fixed
1 parent d64b42e commit 8af5673

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/Tests/integrationtests/Tests.Integration.Mvc/Views/Home/AllTypesData.cshtml

+9-9
Original file line numberDiff line numberDiff line change
@@ -208,12 +208,12 @@
208208
<th>Nested Model DoubleProperty</th>
209209
<th>Nested Model DoubleNullable</th>
210210

211-
<th>Nested Model DecimalProperty</th>
212-
<th>Nested Model DecimalNullable</th>
213-
214211
<th>Nested Model Float</th>
215212
<th>Nested Model FloatNullable</th>
216213

214+
<th>Nested Model DecimalProperty</th>
215+
<th>Nested Model DecimalNullable</th>
216+
217217
<th>Nested Model DateTimeProperty</th>
218218
<th>Nested Model DateTimeNullable</th>
219219
<th>Nested Model DateTimeOffsetProperty</th>
@@ -233,7 +233,7 @@
233233
<tr>
234234
@if (ViewBag.ShowString == "true")
235235
{
236-
<th>StringProperty</th>
236+
<th>StringProperty</th>
237237
}
238238
<th>Integer</th>
239239
<th>IntegerNullable</th>
@@ -274,13 +274,13 @@
274274

275275
@if (ViewBag.ShowChar == "true")
276276
{
277-
<th>CharProperty</th>
278-
<th>CharNullable</th>
277+
<th>CharProperty</th>
278+
<th>CharNullable</th>
279279
}
280280

281281
@if (ViewBag.ShowString == "true")
282282
{
283-
<th>Nested Model StringProperty</th>
283+
<th>Nested Model StringProperty</th>
284284
}
285285
<th>Nested Model Integer</th>
286286
<th>Nested Model IntegerNullable</th>
@@ -321,8 +321,8 @@
321321

322322
@if (ViewBag.ShowChar == "true")
323323
{
324-
<th>Nested Model CharProperty</th>
325-
<th>Nested Model CharNullable</th>
324+
<th>Nested Model CharProperty</th>
325+
<th>Nested Model CharNullable</th>
326326
}
327327
</tr>
328328
</tfoot>

0 commit comments

Comments
 (0)