Fix tests

This commit is contained in:
2023-11-06 14:34:48 +01:00
parent d7c4da369a
commit 99ff45bce0

View File

@@ -1,2 +1,2 @@
SELECT [e].[Id], [e].[Id] * 5
SELECT [e].[Id], [e].[Id] * 5 AS [ComputedWithBacking]
FROM [Entity] AS [e]