Skip to content

Commit 53f4b47

Browse files
committed
Introduce mistake into SQL baseline to ensure SQL Server CI testing works
1 parent a9895a5 commit 53f4b47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/EFCore.SqlServer.FunctionalTests/Query/Associations/ComplexJson/ComplexJsonMiscellaneousSqlServerTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ WHERE JSON_VALUE([r].[RequiredAssociate], '$.Int' RETURNING int) = 8
2727
"""
2828
SELECT [r].[Id], [r].[Name], [r].[AssociateCollection], [r].[OptionalAssociate], [r].[RequiredAssociate]
2929
FROM [RootEntity] AS [r]
30-
WHERE CAST(JSON_VALUE([r].[RequiredAssociate], '$.Int') AS int) = 8
30+
WHERE CAST(JSON_VALUE([r].[RequiredAssociate], '$.Int') AS in) = 8
3131
""");
3232
}
3333
}

0 commit comments

Comments
 (0)